Skip to content

Commit f888db5

Browse files
authored
v1.0.4
1 parent f1a2d6f commit f888db5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

data/com.ranfdev.DistroShelf.metainfo.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
</screenshots>
7272

7373
<releases>
74+
<release version="1.0.4" date="2025-04-29">
75+
<description translate="no">
76+
<p>Fix appstream metadata, showing more screenshots and improving banner colors</p>
77+
</description>
78+
</release>
7479
<release version="1.0.3" date="2025-04-25">
7580
<description translate="no">
7681
<ul>

meson.build

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

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static VERSION: &str = "1.0.3";
1+
pub static VERSION: &str = "1.0.4";
22
pub static GETTEXT_PACKAGE: &str = "distroshelf";
33
pub static LOCALEDIR: &str = "/app/share/locale";
44
pub static PKGDATADIR: &str = "/app/share/distroshelf";

0 commit comments

Comments
 (0)