Skip to content

Commit 0ac54b8

Browse files
committed
new version
1 parent 1a25f89 commit 0ac54b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

io.github.dvlv.boxbuddyrs.metainfo.xml

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
4141

4242
<releases>
43+
<release version="2.3.1" date="2024-10-25">
44+
<description>
45+
<p>Added helper message for creation options</p>
46+
<p>Added pl_PL translations</p>
47+
</description>
48+
</release>
4349
<release version="2.3.0" date="2024-10-15">
4450
<description>
4551
<p>Additional distro images detected</p>

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ fn show_about_popup(window: &ApplicationWindow) {
890890
let d = adw::AboutWindow::new();
891891
d.set_transient_for(Some(window));
892892
d.set_application_name("BoxBuddy");
893-
d.set_version("2.3.0");
893+
d.set_version("2.3.1");
894894
d.set_developer_name("Dvlv");
895895
d.set_license_type(gtk::License::MitX11);
896896
// TRANSLATORS: Description of the application

0 commit comments

Comments
 (0)