Bump version
This commit is contained in:
parent
26bd267ada
commit
1ceb120e7f
|
@ -74,9 +74,10 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.1.4" date="2018-06-19">
|
||||
<release version="0.1.5" date="2018-06-21">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added Russian, French and Polish translations</li>
|
||||
<li>Added Direct timeline</li>
|
||||
<li>Added support for custom character limit</li>
|
||||
<li>Added support for streaming all timelines</li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tootle (0.1.4) xenial; urgency=low
|
||||
tootle (0.1.5) xenial; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace Tootle{
|
|||
application_id = "com.github.bleakgrey.tootle";
|
||||
flags = ApplicationFlags.FLAGS_NONE;
|
||||
program_name = "Tootle";
|
||||
build_version = "0.1.4";
|
||||
build_version = "0.1.5";
|
||||
}
|
||||
|
||||
public static int main (string[] args) {
|
||||
|
|
Loading…
Reference in New Issue