Skip to content

Commit 34c429e

Browse files
committed
v1.0.2
1 parent fd1c1c2 commit 34c429e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distroshelf"
3-
version = "0.1.0"
3+
version = "1.0.2"
44
edition = "2021"
55

66
[dependencies]

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.2" date="2025-04-25">
75+
<description translate="no">
76+
<ul>
77+
<li>Fixed create container button not working</li>
78+
</ul>
79+
</description>
80+
</release>
7481
<release version="1.0.1" date="2025-03-25">
7582
<description translate="no">
7683
<p>First release</p>

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: '0.1.0',
2+
version: '1.0.2',
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 = "0.1.0";
1+
pub static VERSION: &str = "1.0.2";
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)