Skip to content

Commit aca80f6

Browse files
committed
bump version and gnome sdk
1 parent 5b73b2d commit aca80f6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

io.github.dvlv.boxbuddyrs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "io.github.dvlv.boxbuddyrs",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "45",
4+
"runtime-version": "46",
55
"sdk": "org.gnome.Sdk",
66
"sdk-extensions": [
77
"org.freedesktop.Sdk.Extension.rust-stable"

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.2.3" date="2024-05-03">
44+
<description>
45+
<p>Translation Updates</p>
46+
<p>SDK Version Update</p>
47+
</description>
48+
</release>
4349
<release version="2.2.2" date="2024-04-03">
4450
<description>
4551
<p>Added Hindi Translations</p>

src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ fn show_about_popup(window: &ApplicationWindow) {
858858
let d = adw::AboutWindow::new();
859859
d.set_transient_for(Some(window));
860860
d.set_application_name("BoxBuddy");
861-
d.set_version("2.2.2");
861+
d.set_version("2.2.3");
862862
d.set_developer_name("Dvlv");
863863
d.set_license_type(gtk::License::MitX11);
864864
d.set_comments(
@@ -872,7 +872,7 @@ fn show_about_popup(window: &ApplicationWindow) {
872872
d.set_developers(&["Dvlv", "VortexAcherontic"]);
873873
d.set_application_icon("io.github.dvlv.boxbuddyrs");
874874
d.set_translator_credits(
875-
"Vovkiv - RU and UK\nalbanobattistella - IT\nVortexAcherontic - DE\nLuiz-C-Lima - pt_BR",
875+
"Vovkiv - RU and UK\nalbanobattistella - IT\nVortexAcherontic - DE\nLuiz-C-Lima - pt_BR\nPyrofanis - EL\nSebrice - ES\nScrambled777 - Hi\nMLSci - CN"
876876
);
877877
d.present();
878878
}

0 commit comments

Comments
 (0)