diff --git a/CMakeLists.txt b/CMakeLists.txt index a02e252..0bf4425 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set (PKGDATADIR "${DATADIR}/com.github.bartzaalberg.alias") set (EXEC_NAME "com.github.bartzaalberg.alias") - set (VERSION "0.0.4") + set (VERSION "0.1.0") set (VERSION_INFO "version information") set (DEPS_PACKAGES diff --git a/data/com.github.bartzaalberg.alias.appdata.xml b/data/com.github.bartzaalberg.alias.appdata.xml index ad13ca5..a7a7870 100644 --- a/data/com.github.bartzaalberg.alias.appdata.xml +++ b/data/com.github.bartzaalberg.alias.appdata.xml @@ -14,6 +14,16 @@ + + +

Relogging is not required anymore

+
    +
  • Added brand color for headerbar
  • +
  • ~/.bashrc is reloaded after new, edit, and delete
  • +
  • Quotes are now automatically added to field
  • +
+
+

0.0.4

diff --git a/debian/changelog b/debian/changelog index 6afc604..03218b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +com.github.bartzaalberg.alias (0.1.0) UNSTABLE; urgency=low + + * Added brand color for headerbar + * ~/.bashrc is reloaded after new, edit, and delete + * Quotes are now automatically added to field + + -- Bart Zaalberg Thu, 27 Feb 2018 20:37:00 +0200 + com.github.bartzaalberg.alias (0.0.4) UNSTABLE; urgency=low * Updated color for appcenter diff --git a/src/Constants.vala b/src/Constants.vala index d505fc3..6d2fcd3 100644 --- a/src/Constants.vala +++ b/src/Constants.vala @@ -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.4"; + public const string VERSION = "0.1.0"; public const string VERSION_INFO = "Unstable"; public const string APP_YEARS = "2017-2018"; public const int APPLICATION_HEIGHT = 510;