From de3778e915edbb945d122dca1f74aaa2c6423e53 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 24 Sep 2022 10:43:11 -0600 Subject: [PATCH] Set 2.0.1 release version and date --- data/com.github.avojak.warble.appdata.xml.in.in | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 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 74cd6dc..2f7c286 100644 --- a/data/com.github.avojak.warble.appdata.xml.in.in +++ b/data/com.github.avojak.warble.appdata.xml.in.in @@ -18,6 +18,16 @@ @appid@ + + +

2.0.1 Release

+
    +
  • New icon based on updated keycap shape from elementary OS icon set (#40)
  • +
  • Increased blur for translucent overlays (#41)
  • +
  • Added captions for appdata screenshots (#42)
  • +
+
+

2.0.0 Release

diff --git a/meson.build b/meson.build index 78b3b16..86c4e3d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # Project name and programming language -project('com.github.avojak.warble', 'vala', 'c', version: '2.0.0') +project('com.github.avojak.warble', 'vala', 'c', version: '2.0.1') i18n = import('i18n') gnome = import('gnome')