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"; }