File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"app-id" : " io.github.dvlv.boxbuddyrs" ,
3
3
"runtime" : " org.gnome.Platform" ,
4
- "runtime-version" : " 45 " ,
4
+ "runtime-version" : " 46 " ,
5
5
"sdk" : " org.gnome.Sdk" ,
6
6
"sdk-extensions" : [
7
7
" org.freedesktop.Sdk.Extension.rust-stable"
Original file line number Diff line number Diff line change 40
40
<url type =" help" >https://dvlv.github.io/BoxBuddyRS</url >
41
41
42
42
<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 >
43
49
<release version =" 2.2.2" date =" 2024-04-03" >
44
50
<description >
45
51
<p >Added Hindi Translations</p >
Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ fn show_about_popup(window: &ApplicationWindow) {
858
858
let d = adw:: AboutWindow :: new ( ) ;
859
859
d. set_transient_for ( Some ( window) ) ;
860
860
d. set_application_name ( "BoxBuddy" ) ;
861
- d. set_version ( "2.2.2 " ) ;
861
+ d. set_version ( "2.2.3 " ) ;
862
862
d. set_developer_name ( "Dvlv" ) ;
863
863
d. set_license_type ( gtk:: License :: MitX11 ) ;
864
864
d. set_comments (
@@ -872,7 +872,7 @@ fn show_about_popup(window: &ApplicationWindow) {
872
872
d. set_developers ( & [ "Dvlv" , "VortexAcherontic" ] ) ;
873
873
d. set_application_icon ( "io.github.dvlv.boxbuddyrs" ) ;
874
874
d. set_translator_credits (
875
- "Vovkiv - RU and UK\n albanobattistella - IT\n VortexAcherontic - DE\n Luiz-C-Lima - pt_BR" ,
875
+ "Vovkiv - RU and UK\n albanobattistella - IT\n VortexAcherontic - DE\n Luiz-C-Lima - pt_BR\n Pyrofanis - EL \n Sebrice - ES \n Scrambled777 - Hi \n MLSci - CN"
876
876
) ;
877
877
d. present ( ) ;
878
878
}
You can’t perform that action at this time.
0 commit comments