From e1fbec33ca09c5eb92dfad7a1d31c455defbb04a Mon Sep 17 00:00:00 2001 From: Lorenzo Paderi Date: Wed, 25 Oct 2023 14:54:37 +0200 Subject: [PATCH] version bump --- data/it.mijorus.gearlever.appdata.xml.in | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/it.mijorus.gearlever.appdata.xml.in b/data/it.mijorus.gearlever.appdata.xml.in index b0e4115..c291b8c 100644 --- a/data/it.mijorus.gearlever.appdata.xml.in +++ b/data/it.mijorus.gearlever.appdata.xml.in @@ -13,6 +13,11 @@

An utility to manage AppImages with ease! Gear lever will organize and manage AppImage files for you, generate desktop entries and app metadata, update apps in-place or keep multiple versions side-by-side.

+ + +

- Minor UI updates

+
+

- Added a shortcut to open the containing folder of files

diff --git a/meson.build b/meson.build index 0a1f9b7..9d5e3a6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gearlever', - version: '1.0.14', + version: '1.0.15', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],