Bump version
This commit is contained in:
parent
b5952139ba
commit
28551b77b7
|
@ -74,6 +74,20 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.2.0" date="2018-10-31">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added Watchlist</li>
|
||||
<li>Added Redraft support</li>
|
||||
<li>Added Pinning support</li>
|
||||
<li>Added Simplified Chinese and German translations</li>
|
||||
<li>Added --hidden Start Flag</li>
|
||||
<li>Added Shortcuts and Back mouse button support</li>
|
||||
<li>Changed Notifications screen behavior</li>
|
||||
<li>Fixed minor bugs</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.5" date="2018-06-21">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tootle (0.1.5) xenial; urgency=low
|
||||
tootle (0.2.0) xenial; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace Tootle {
|
|||
application_id = "com.github.bleakgrey.tootle";
|
||||
flags = ApplicationFlags.FLAGS_NONE;
|
||||
program_name = "Tootle";
|
||||
build_version = "0.1.5";
|
||||
build_version = "0.2.0";
|
||||
}
|
||||
|
||||
public static int main (string[] args) {
|
||||
|
|
Loading…
Reference in New Issue