Fix appdata

This commit is contained in:
bleakgrey 2018-05-31 16:34:30 +03:00
parent cf6f5cb10b
commit 178f869dbc
3 changed files with 3 additions and 6 deletions

View File

@ -17,9 +17,6 @@
<p>
Anyone can run a server of Mastodon. Each server hosts individual user accounts, the content they produce, and the content they are subscribed. Every user can follow each other and share their posts regardless of their server.
</p>
<p>
Would you like to join Mastodon? Visit https://joinmastodon.org/ to get started.
</p>
</description>
<provides>
@ -47,7 +44,7 @@
</screenshots>
<releases>
<release version="0.1.1" date="2018-05-31">
<release version="0.1.2" date="2018-05-31">
<description>
<ul>
<li>Initial release</li>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
tootle (0.1.1) xenial; urgency=low
tootle (0.1.2) 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.1";
build_version = "0.1.2";
}
public static int main (string[] args) {