Skip to content

Commit 5986db0

Browse files
committed
bump version
1 parent 1a4a24e commit 5986db0

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.2" date="2024-11-01">
44+
<description>
45+
<p>Added support for elementary terminal</p>
46+
</description>
47+
</release>
4348
<release version="2.3.1" date="2024-10-25">
4449
<description>
4550
<p>Added helper message for creation options</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.1");
893+
d.set_version("2.3.2");
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)