Skip to content

Commit ca66d31

Browse files
committed
v1.0.10
1 parent b3f4c97 commit ca66d31

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

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

7373
<releases>
74+
<release version="1.0.10" date="2025-06-24">
75+
<description translate="no">
76+
<ul>
77+
<li>Added command log dialog</li>
78+
</ul>
79+
</description>
80+
</release>
7481
<release version="1.0.9" date="2025-06-24">
7582
<description translate="no">
7683
<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.9',
2+
version: '1.0.10',
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.9";
1+
pub static VERSION: &str = "1.0.10";
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)