Skip to content

Commit 76cae78

Browse files
committed
bump versions
1 parent b87d952 commit 76cae78

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
name: Publish binaries
1313
runs-on: ubuntu-latest
14-
container: fedora:39
14+
container: fedora:40
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
run: sudo dnf install -y libadwaita-devel gtk4-devel make cargo gettext-devel zip
2727

2828
- name: Build
29-
run: cargo build --release
29+
run: GETTEXT_SYSTEM=true cargo build --release
3030

3131
- name: Make Zip
3232
run: |

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.5.1" date="2024-12-27">
44+
<description>
45+
<p>Security Updates</p>
46+
</description>
47+
</release>
4348
<release version="2.5.0" date="2024-12-04">
4449
<description>
4550
<p>Added the ability to spawn a Flatpak of the user's preferred terminal</p>

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ fn show_about_popup(window: &ApplicationWindow) {
924924
let d = adw::AboutWindow::new();
925925
d.set_transient_for(Some(window));
926926
d.set_application_name("BoxBuddy");
927-
d.set_version("2.5.0");
927+
d.set_version("2.5.1");
928928
d.set_developer_name("Dvlv");
929929
d.set_license_type(gtk::License::MitX11);
930930
// TRANSLATORS: Description of the application

0 commit comments

Comments
 (0)