Skip to content

Commit 4ba661c

Browse files
committed
Release version 0.1.3
1 parent 5c7d90f commit 4ba661c

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

data/com.github.manexim.news.appdata.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>News Feed</name>
88
<summary>The best news sources, all in one place</summary>
99
<description>
10-
<p>The best news sources, all in one place</p>
10+
<p>Read the latest headlines and get coverage of current events. Read engaging stories on the topics that interest you.</p>
1111
</description>
1212
<categories>
1313
<category>Network</category>
@@ -16,6 +16,20 @@
1616
<binary>com.github.manexim.news</binary>
1717
</provides>
1818
<releases>
19+
<release date="2019-11-06" version="0.1.3">
20+
<description>
21+
<p>New:</p>
22+
<ul>
23+
</ul>
24+
<p>Improved:</p>
25+
<ul>
26+
</ul>
27+
<p>Fixed:</p>
28+
<ul>
29+
<li>Updated the description</li>
30+
</ul>
31+
</description>
32+
</release>
1933
<release date="2019-11-06" version="0.1.2">
2034
<description>
2135
<p>New:</p>

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.manexim.news (0.132) bionic; urgency=medium
2+
3+
[NEW]
4+
[IMPROVED]
5+
[FIXED]
6+
* Updated the description
7+
8+
-- Marius Meisenzahl <[email protected]> Wed, 06 Nov 2019 20:42:23 +0100
9+
10+
111
com.github.manexim.news (0.1.2) bionic; urgency=medium
212

313
[NEW]

src/Config/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ namespace Config {
2323
public const string APP_ID = "com.github.manexim.news";
2424
public const string APP_AUTHOR = "Manexim";
2525
public const string APP_NAME = "News Feed";
26-
public const string APP_VERSION = "0.1.2";
26+
public const string APP_VERSION = "0.1.3";
2727
public const string APP_STYLES = "com/github/manexim/news/styles/application.css";
2828
}

0 commit comments

Comments
 (0)