Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 6, 2019
1 parent 5c7d90f commit 4ba661c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
16 changes: 15 additions & 1 deletion data/com.github.manexim.news.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>News Feed</name>
<summary>The best news sources, all in one place</summary>
<description>
<p>The best news sources, all in one place</p>
<p>Read the latest headlines and get coverage of current events. Read engaging stories on the topics that interest you.</p>
</description>
<categories>
<category>Network</category>
Expand All @@ -16,6 +16,20 @@
<binary>com.github.manexim.news</binary>
</provides>
<releases>
<release date="2019-11-06" version="0.1.3">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
<li>Updated the description</li>
</ul>
</description>
</release>
<release date="2019-11-06" version="0.1.2">
<description>
<p>New:</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.manexim.news (0.132) bionic; urgency=medium

[NEW]
[IMPROVED]
[FIXED]
* Updated the description

-- Marius Meisenzahl <[email protected]> Wed, 06 Nov 2019 20:42:23 +0100


com.github.manexim.news (0.1.2) bionic; urgency=medium

[NEW]
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit 4ba661c

Please sign in to comment.