Skip to content

Commit 7c76981

Browse files
committed
version bump
1 parent 40a2f6d commit 7c76981

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/it.mijorus.gearlever.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<p>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.</p>
2121
</description>
2222
<releases>
23+
<release type="stable" version="3.4.2" date="2025-08-09:00:00Z">
24+
<description>
25+
<p>- Fixed an issue when integrating apps from CLI</p>
26+
</description>
27+
</release>
2328
<release type="stable" version="3.4.1" date="2025-08-09:00:00Z">
2429
<description>
2530
<p>- Added new command line option to unset update url</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gearlever',
2-
version: '3.4.1',
2+
version: '3.4.2',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
],

0 commit comments

Comments
 (0)