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.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Feb 22, 2018
1 parent edfc87a commit eb70967
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
set (PKGDATADIR "${DATADIR}/com.github.bartzaalberg.alias")

set (EXEC_NAME "com.github.bartzaalberg.alias")
set (VERSION "0.0.1")
set (VERSION "0.0.2")
set (VERSION_INFO "version information")

set (DEPS_PACKAGES
Expand Down
10 changes: 10 additions & 0 deletions data/com.github.bartzaalberg.alias.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
</ul>
</description>
<releases>
<release version="0.0.2" date="2018-02-22">
<description>
<p>0.0.2</p>
<ul>
<li>Fixed deployment</li>
<li>Removed buttons from welcome view</li>
</ul>
</description>
</release>
</releases>
<release version="0.0.1" date="2018-02-21">
<description>
<p>0.0.1</p>
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
com.github.bartzaalberg.alias (0.0.2) UNSTABLE; urgency=low

* Fixed deployment
* Removed buttons from welcome view
-- Bart Zaalberg <[email protected]> Thu, 22 Feb 2018 17:04:00 +0200

com.github.bartzaalberg.alias (0.0.1) UNSTABLE; urgency=low

* First release

-- Bart Zaalberg <[email protected]> Sat, 21 Feb 2018 23:09:00 +0200
-- Bart Zaalberg <[email protected]> Wed, 21 Feb 2018 23:09:00 +0200
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Application.Constants {
public const string ICON = "com.github.bartzaalberg.repositories";
public const string MAIN_URL = "https://github.com/bartzaalberg/alias";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "0.0.1";
public const string VERSION = "0.0.2";
public const string VERSION_INFO = "Unstable";
public const string APP_YEARS = "2017-2018";
public const int APPLICATION_HEIGHT = 510;
Expand Down

0 comments on commit eb70967

Please sign in to comment.