Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Updated changelog to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Sep 20, 2018
1 parent a283288 commit 2b2524d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@
set (EXEC_NAME "com.github.bartzaalberg.snaptastic")
set (EXEC_NAME2 "com.github.bartzaalberg.snaptastic-wizard")

set (VERSION "0.4.4")
set (VERSION "0.4.5")
set (VERSION_INFO "whats up world")

set (DEPS_PACKAGES
Expand Down
9 changes: 9 additions & 0 deletions data/com.github.bartzaalberg.snaptastic.appdata.xml
Expand Up @@ -17,6 +17,15 @@
</ul>
</description>
<releases>
<release version="0.4.5" date="2018-09-20">
<description>
<p>Juno Fixes and more translations</p>
<ul>
<li>Added Catalan and spanish translations</li>
<li>Aligned DetailViewBanner for Juno</li>
</ul>
</description>
</release>
<release version="0.4.4" date="2018-09-17">
<description>
<p>Houston CI</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
com.github.bartzaalberg.snaptastic (0.4.5) UNSTABLE; urgency=low

* Added Catalan and spanish translations
* Aligned DetailViewBanner for Juno

-- Bart Zaalberg <bartzaalberg@gmail.com> Mon, 20 Sep 2018 16:22:00 +0200

com.github.bartzaalberg.snaptastic (0.4.4) UNSTABLE; urgency=low

* Addded Houston CI and necessary changes
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Expand Up @@ -6,7 +6,7 @@ namespace Application.Constants {
public const string ICON = "com.github.bartzaalberg.snaptastic";
public const string MAIN_URL = "https://github.com/bartzaalberg/snaptastic";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "0.4.4";
public const string VERSION = "0.4.5";
public const string VERSION_INFO = "Unstable";
public const string APP_YEARS = "2017-2018";

Expand Down

0 comments on commit 2b2524d

Please sign in to comment.