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.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Oct 15, 2018
1 parent 59f3862 commit e363f93
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.1.1")
set (VERSION "0.1.2")
set (VERSION_INFO "version information")

set (DEPS_PACKAGES
Expand Down Expand Up @@ -46,7 +46,7 @@
add_subdirectory (po)

#------------------------------------------------------------------------------------------

# files we want to compile
include(ValaPrecompile)
vala_precompile(VALA_C ${EXEC_NAME}
Expand Down
11 changes: 10 additions & 1 deletion data/com.github.bartzaalberg.alias.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<li>Use handy shortcuts to navigate the app</li>
</ul>
</description>
<releases>
<releases>
<release version="0.1.2" date="2018-10-15">
<description>
<p>Added Houston CI and Juno Release</p>
<ul>
<li>Added the new Houston CI</li>
<li>Released for Juno</li>
</ul>
</description>
</release>
<release version="0.1.1" date="2018-05-27">
<description>
<p>Russian translation and bug fix</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.bartzaalberg.alias (0.1.2) UNSTABLE; urgency=low

* Added Houston CI
* Released for Juno

-- Bart Zaalberg <[email protected]> Mon, 15 Oct 2018 10:05:00 +0200

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

* Added Russian translation
Expand Down
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.1.1";
public const string VERSION = "0.1.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 e363f93

Please sign in to comment.