Skip to content

Commit 1a8e1c6

Browse files
committed
version bump
1 parent c58737f commit 1a8e1c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<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>
2222
</description>
2323
<releases>
24+
<release type="stable" version="4.3.2" date="2026-02-18:00:00Z">
25+
<description>
26+
<p>- Fixed an issue causing the app website not to be displayed correctly</p>
27+
<p>- Added support for X-AppImage-Name</p>
28+
</description>
29+
</release>
2430
<release type="stable" version="4.3.1" date="2026-02-02:00:00Z">
2531
<description>
2632
<p>- Bug fix</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: '4.3.1',
2+
version: '4.3.2',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
],

0 commit comments

Comments
 (0)