mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-04 23:07:46 +00:00
Bump version
This commit is contained in:
parent
a5518a1c4a
commit
a51dad21ca
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-3.0+</project_license>
|
<project_license>GPL-3.0+</project_license>
|
||||||
<name>Tootle</name>
|
<name>Tootle</name>
|
||||||
<summary>Lighting fast client for Mastodon</summary>
|
<summary>Lightning fast client for Mastodon</summary>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.1.2" date="2018-05-31">
|
<release version="0.1.3" date="2018-05-31">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Initial release</li>
|
<li>Initial release</li>
|
||||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
tootle (0.1.2) xenial; urgency=low
|
tootle (0.1.3) xenial; urgency=low
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -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.2";
|
build_version = "0.1.3";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int main (string[] args) {
|
public static int main (string[] args) {
|
||||||
|
|
Loading…
Reference in a new issue