From b69af4a9ea821f71fb2a3e5985bcd7a15f4ff18c Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 16 Jun 2022 21:21:07 -0600 Subject: [PATCH] Set 1.5.0 release version and date --- data/com.github.avojak.warble.appdata.xml.in.in | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 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 9a0832c..cfb2952 100644 --- a/data/com.github.avojak.warble.appdata.xml.in.in +++ b/data/com.github.avojak.warble.appdata.xml.in.in @@ -18,6 +18,15 @@ @appid@ + + +

1.5.0 Release

+
    +
  • Respect the system gtk_decoration_layout preference (#36)
  • +
  • Fix inability to deselect the menu button (#34)
  • +
+
+

1.4.0 Release

diff --git a/meson.build b/meson.build index db29005..9b52874 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.4.0') +project('com.github.avojak.warble', 'vala', 'c', version: '1.5.0') i18n = import('i18n') gnome = import('gnome')