From 622bbd0b32c674ed84c8762225d194ed7edb438b Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Wed, 10 Oct 2018 23:29:43 +0200 Subject: [PATCH] Version bump --- data/com.github.geigi.cozy.appdata.xml | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 46911695..60cb3cd8 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -53,6 +53,13 @@ https://www.patreon.com/geigi cozy@geigi.de + + +
    +
  • Fixed a bug which prevented cozy from automatically playing the next chapter
  • +
+
+
    diff --git a/meson.build b/meson.build index 7c99abdb..04bed443 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.6.1', + version: '0.6.1b', meson_version: '>= 0.40.0') project_name = 'cozy'