From 800635deebd639437f235bae8d71e7485b259c51 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Sun, 9 Feb 2020 15:04:05 +0100 Subject: [PATCH] Release version 0.1.0 --- data/com.github.manexim.messages.appdata.xml | 7 +++++++ debian/changelog | 5 +++++ src/Config/Constants.vala | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/com.github.manexim.messages.appdata.xml b/data/com.github.manexim.messages.appdata.xml index 3699e32..f0dbecb 100644 --- a/data/com.github.manexim.messages.appdata.xml +++ b/data/com.github.manexim.messages.appdata.xml @@ -15,6 +15,13 @@ com.github.manexim.messages + + + +

Initial release

+
+
+
diff --git a/debian/changelog b/debian/changelog index e69de29..8d71043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -0,0 +1,5 @@ +com.github.manexim.messages (0.1.0) bionic; urgency=medium + + * Initial release + + -- Marius Meisenzahl Sun, 09 Feb 2020 15:02:17 +0100 diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index 6cd47d0..0edfb10 100644 --- a/src/Config/Constants.vala +++ b/src/Config/Constants.vala @@ -23,5 +23,5 @@ namespace Config { public const string APP_ID = "com.github.manexim.messages"; public const string APP_AUTHOR = "Manexim"; public const string APP_NAME = "Messages"; - public const string APP_VERSION = "0.0.0"; + public const string APP_VERSION = "0.1.0"; }