Skip to content

Commit 39d1fa3

Browse files
committed
bump vers
1 parent 3ffa3af commit 39d1fa3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

io.github.dvlv.boxbuddyrs.metainfo.xml

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

4242
<releases>
43+
<release version="2.3.3" date="2024-11-16">
44+
<description>
45+
<p>Tweaks to creating box validation</p>
46+
</description>
47+
</release>
4348
<release version="2.3.2" date="2024-11-01">
4449
<description>
4550
<p>Added support for elementary terminal</p>

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ fn show_about_popup(window: &ApplicationWindow) {
902902
let d = adw::AboutWindow::new();
903903
d.set_transient_for(Some(window));
904904
d.set_application_name("BoxBuddy");
905-
d.set_version("2.3.2");
905+
d.set_version("2.3.3");
906906
d.set_developer_name("Dvlv");
907907
d.set_license_type(gtk::License::MitX11);
908908
// TRANSLATORS: Description of the application

0 commit comments

Comments
 (0)