Bump version

This commit is contained in:
bleakgrey 2018-06-21 02:13:01 +03:00
parent 26bd267ada
commit 1ceb120e7f
3 changed files with 4 additions and 3 deletions

View File

@ -74,9 +74,10 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="0.1.4" date="2018-06-19"> <release version="0.1.5" date="2018-06-21">
<description> <description>
<ul> <ul>
<li>Added Russian, French and Polish translations</li>
<li>Added Direct timeline</li> <li>Added Direct timeline</li>
<li>Added support for custom character limit</li> <li>Added support for custom character limit</li>
<li>Added support for streaming all timelines</li> <li>Added support for streaming all timelines</li>

2
debian/changelog vendored
View File

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

View File

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