Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 3, 2019
1 parent c7e3a5f commit f1230a5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/com.github.manexim.news.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
<binary>com.github.manexim.news</binary>
</provides>
<releases>
<release date="2019-11-03" version="0.1.1">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
<li>Remove unregistered desktop file category</li>
</ul>
</description>
</release>
<release date="2019-11-03" version="0.1.0">
<description>
<p>Initial release</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.1.1) bionic; urgency=medium

[NEW]
[IMPROVED]
[FIXED]
* Remove unregistered desktop file category

-- Marius Meisenzahl <[email protected]> Sun, 03 Nov 2019 13:38:23 +0100


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

* Initial release
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";
public const string APP_VERSION = "0.1.0";
public const string APP_VERSION = "0.1.1";
public const string APP_STYLES = "com/github/manexim/news/styles/application.css";
}

0 comments on commit f1230a5

Please sign in to comment.