Skip to content

Commit 4e45cb5

Browse files
committed
Update release information for 2.2.0
1 parent 37b19f9 commit 4e45cb5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

data/io.github.flattool.Warehouse.metainfo.xml.in

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" ?>
22
<component type="desktop">
33
<id>io.github.flattool.Warehouse.desktop</id>
44
<launchable type="desktop-id">io.github.flattool.Warehouse.desktop</launchable>
@@ -34,7 +34,7 @@
3434
<requires>
3535
<display_length compare="ge">330</display_length>
3636
</requires>
37-
<content_rating type="oars-1.1"/>
37+
<content_rating type="oars-1.1" />
3838
<url type="homepage">https://github.com/flattool/warehouse</url>
3939
<url type="bugtracker">https://github.com/flattool/warehouse/issues</url>
4040
<url type="vcs-browser">https://github.com/flattool/warehouse</url>
@@ -71,6 +71,16 @@
7171
</screenshot>
7272
</screenshots>
7373
<releases>
74+
<release version="2.2.0" date="2026-1-17">
75+
<description translate="no">
76+
<p>Changes</p>
77+
<ul>
78+
<li>Updated to GNOME 49 GTK Technologies</li>
79+
<li>Changed to new Shortcuts UI</li>
80+
<li>Added and updated translations</li>
81+
</ul>
82+
</description>
83+
</release>
7484
<release version="2.1.0" date="2025-6-10">
7585
<description translate="no">
7686
<p>New Features and Changes</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('warehouse',
2-
version: '2.1.0',
2+
version: '2.2.0',
33
meson_version: '>= 0.64.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)