Bump version

This commit is contained in:
bleakgrey 2018-06-03 00:13:26 +03:00
parent a5518a1c4a
commit a51dad21ca
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Tootle</name>
<summary>Lighting fast client for Mastodon</summary>
<summary>Lightning fast client for Mastodon</summary>
<description>
<p>
@ -44,7 +44,7 @@
</screenshots>
<releases>
<release version="0.1.2" date="2018-05-31">
<release version="0.1.3" date="2018-05-31">
<description>
<ul>
<li>Initial release</li>

2
debian/changelog vendored
View File

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

View File

@ -22,7 +22,7 @@ namespace Tootle{
application_id = "com.github.bleakgrey.tootle";
flags = ApplicationFlags.FLAGS_NONE;
program_name = "Tootle";
build_version = "0.1.2";
build_version = "0.1.3";
}
public static int main (string[] args) {