From 684789d789852ac50cb84f7b693dd38397509708 Mon Sep 17 00:00:00 2001 From: geigi Date: Sat, 28 Oct 2017 00:41:43 +0200 Subject: [PATCH] version bump --- data/com.github.geigi.cozy.appdata.xml | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index ed423986..2ed1836d 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -48,7 +48,7 @@ https://github.com/geigi/cozy/issues cozy@geigi.de - +

Do not use default_width and default_height properties

Smaller HeaderBar height

diff --git a/debian/changelog b/debian/changelog index 5a68407e..efefec41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.geigi.cozy (0.2.4) UNSTABLE; urgency=low +com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low * Do not use default_width and default_height properties * Smaller HeaderBar height diff --git a/meson.build b/meson.build index 9f76ba11..3c1a91ac 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.2.4', + version: '0.2.5', meson_version: '>= 0.40.0') project_name = 'cozy'