From edc628f46de33361d5d72c41bbcb305d546cccc7 Mon Sep 17 00:00:00 2001 From: geigi Date: Sun, 22 Oct 2017 13:45:18 +0200 Subject: [PATCH] version bump --- data/com.github.geigi.cozy.appdata.xml | 2 +- debian/changelog | 6 +++--- meson.build | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 82fc6f1e..fb8f28e5 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -45,7 +45,7 @@ https://github.com/geigi/cozy/issues cozy@geigi.de - +

Cozy's first release! This release includes everything to start listening to your audiobooks. More features are coming soon!

diff --git a/debian/changelog b/debian/changelog index d677e385..848269f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.geigi.cozy (0.1.0) UNSTABLE; urgency=low +com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low - * Initial release + * Getting the App Center integration running -Julian Geywitz Thu, 19 Oct 2016 12:40:14 +0200 +-- Julian Geywitz Thu, 22 Oct 2016 13:45:14 +0200 \ No newline at end of file diff --git a/meson.build b/meson.build index da3167d8..79f1dcaf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.1.0', + version: '0.2.0', meson_version: '>= 0.40.0') project_name = 'cozy'