From 178f869dbc3b805f0fc36a52bc5920275b223ae0 Mon Sep 17 00:00:00 2001 From: bleakgrey Date: Thu, 31 May 2018 16:34:30 +0300 Subject: [PATCH] Fix appdata --- data/com.github.bleakgrey.tootle.appdata.xml.in | 5 +---- debian/changelog | 2 +- src/Application.vala | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index c7255e1..9bd025a 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -17,9 +17,6 @@

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.

-

- Would you like to join Mastodon? Visit https://joinmastodon.org/ to get started. -

@@ -47,7 +44,7 @@ - +
  • Initial release
  • diff --git a/debian/changelog b/debian/changelog index 4549e66..3571520 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tootle (0.1.1) xenial; urgency=low +tootle (0.1.2) xenial; urgency=low * Initial release diff --git a/src/Application.vala b/src/Application.vala index 89b2170..2b0483b 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -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) {