Bump version

This commit is contained in:
bleakgrey 2018-10-31 15:36:56 +03:00
parent b5952139ba
commit 28551b77b7
3 changed files with 16 additions and 2 deletions

View File

@ -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>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
tootle (0.1.5) xenial; urgency=low
tootle (0.2.0) xenial; urgency=low
* Initial release

View File

@ -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) {