From 4ba661ce6a1bbfea58b46ccfd486335faedbfe1d Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Wed, 6 Nov 2019 20:42:39 +0100 Subject: [PATCH] Release version 0.1.3 --- data/com.github.manexim.news.appdata.xml | 16 +++++++++++++++- debian/changelog | 10 ++++++++++ src/Config/Constants.vala | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/data/com.github.manexim.news.appdata.xml b/data/com.github.manexim.news.appdata.xml index f51ffda..c34b1d8 100644 --- a/data/com.github.manexim.news.appdata.xml +++ b/data/com.github.manexim.news.appdata.xml @@ -7,7 +7,7 @@ News Feed The best news sources, all in one place -

The best news sources, all in one place

+

Read the latest headlines and get coverage of current events. Read engaging stories on the topics that interest you.

Network @@ -16,6 +16,20 @@ com.github.manexim.news + + +

New:

+
    +
+

Improved:

+
    +
+

Fixed:

+
    +
  • Updated the description
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index 7adec06..2d18ccd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +com.github.manexim.news (0.132) bionic; urgency=medium + +[NEW] +[IMPROVED] +[FIXED] + * Updated the description + + -- Marius Meisenzahl Wed, 06 Nov 2019 20:42:23 +0100 + + com.github.manexim.news (0.1.2) bionic; urgency=medium [NEW] diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index a0405f6..fc1945f 100644 --- a/src/Config/Constants.vala +++ b/src/Config/Constants.vala @@ -23,6 +23,6 @@ namespace Config { public const string APP_ID = "com.github.manexim.news"; public const string APP_AUTHOR = "Manexim"; public const string APP_NAME = "News Feed"; - public const string APP_VERSION = "0.1.2"; + public const string APP_VERSION = "0.1.3"; public const string APP_STYLES = "com/github/manexim/news/styles/application.css"; }