From 6222947ed3c285296f7596335eb26b70643cc411 Mon Sep 17 00:00:00 2001 From: Andrew Vojak Date: Wed, 12 Jan 2022 18:15:11 -0700 Subject: [PATCH] Set release version 1.1.1 and date --- data/com.github.avojak.warble.appdata.xml.in.in | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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')