diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 7cedaed8..a2f2cd72 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -57,6 +57,11 @@ https://github.com/geigi/cozy/issues cozy@geigi.de + + +

Fixed debian runtime dependencies

+
+

UI fixes in hello screen

diff --git a/debian/changelog b/debian/changelog index 10f37615..1cca09f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +com.github.geigi.cozy (0.2.7) UNSTABLE; urgency=low + + * Fixed debian runtime dependencies + +-- Julian Geywitz Mon, 30 Oct 2017 13:08:14 +0200 com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low * UI fixes in hello screen @@ -6,7 +11,6 @@ com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low * Contributors and patrons will now be added to the about window -- Julian Geywitz Mon, 30 Oct 2017 13:08:14 +0200 - com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low * Do not use default_width and default_height properties @@ -18,20 +22,17 @@ com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low * Bugfixes & ui tweaks -- Julian Geywitz Sat, 28 Oct 2017 00:04:14 +0200 - com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low * Some UI changes * New playback hover icon -- Julian Geywitz Thu, 23 Oct 2017 16:03:14 +0200 - com.github.geigi.cozy (0.2.2) UNSTABLE; urgency=low * Fixed missing tracklist in ui -- Julian Geywitz Thu, 22 Oct 2017 16:19:14 +0200 - com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low * Getting the App Center integration running diff --git a/meson.build b/meson.build index 8a58ed0d..df081655 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.2.6', + version: '0.2.7', meson_version: '>= 0.40.0') project_name = 'cozy'