Skip to content

Commit 1c879f7

Browse files
committed
bump version
1 parent f8cb7dc commit 1c879f7

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.5.3" date="2025-01-25">
44+
<description>
45+
<p>Added Ghostty Support</p>
46+
<p>Fixed creating boxes with an init system</p>
47+
</description>
48+
</release>
4349
<release version="2.5.2" date="2024-12-31">
4450
<description>
4551
<p>Fix custom home directory option</p>

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ fn show_about_popup(window: &ApplicationWindow) {
917917
let d = adw::AboutWindow::new();
918918
d.set_transient_for(Some(window));
919919
d.set_application_name("BoxBuddy");
920-
d.set_version("2.5.2");
920+
d.set_version("2.5.3");
921921
d.set_developer_name("Dvlv");
922922
d.set_license_type(gtk::License::MitX11);
923923
// TRANSLATORS: Description of the application

0 commit comments

Comments
 (0)