Fix appdata
This commit is contained in:
parent
cf6f5cb10b
commit
178f869dbc
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tootle (0.1.1) xenial; urgency=low
|
||||
tootle (0.1.2) 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.1";
|
||||
build_version = "0.1.2";
|
||||
}
|
||||
|
||||
public static int main (string[] args) {
|
||||
|
|
Loading…
Reference in New Issue