From 7ea440ef3741ee8acbd70de1fc42d1d31588fe04 Mon Sep 17 00:00:00 2001 From: jeffshee Date: Tue, 6 Sep 2022 21:46:44 +0900 Subject: [PATCH] 3.0-beta3 --- data/io.github.jeffshee.Hidamari.appdata.xml.in | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/io.github.jeffshee.Hidamari.appdata.xml.in b/data/io.github.jeffshee.Hidamari.appdata.xml.in index fbe83b3..728ab85 100644 --- a/data/io.github.jeffshee.Hidamari.appdata.xml.in +++ b/data/io.github.jeffshee.Hidamari.appdata.xml.in @@ -26,8 +26,12 @@ - + +

Fixed bug for non-GNOME distros. Also some minor improvements in logging messages.

+
+
+

UI improvements! ✨

diff --git a/meson.build b/meson.build index 4daf487..a45e1d9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hidamari', - version: '3.0-beta2', + version: '3.0-beta3', license: ['GPL-3.0'], meson_version: '>= 0.59.0', default_options: [ 'warning_level=2',