diff --git a/data/com.github.avojak.warble.appdata.xml.in.in b/data/com.github.avojak.warble.appdata.xml.in.in index 3679154..c436c38 100644 --- a/data/com.github.avojak.warble.appdata.xml.in.in +++ b/data/com.github.avojak.warble.appdata.xml.in.in @@ -18,6 +18,14 @@ @appid@ + + +

1.1.1 Release

+
    +
  • Fix issue where answers were potentially non-guessable words (#11)
  • +
+
+

1.1.0 Release

diff --git a/meson.build b/meson.build index 2fba9b7..e7f16ee 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # Project name and programming language -project('com.github.avojak.warble', 'vala', 'c', version: '1.1.0') +project('com.github.avojak.warble', 'vala', 'c', version: '1.1.1') i18n = import('i18n') gnome = import('gnome')