File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed 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.4.1" date =" 2024-11-23" >
44
+ <description >
45
+ <p >Translation Updates</p >
46
+ <p >Allow Assemble button to work by default on Flatpak version</p >
47
+ </description >
48
+ </release >
43
49
<release version =" 2.4.0" date =" 2024-11-20" >
44
50
<description >
45
51
<p >Added button to upgrade all boxes</p >
Original file line number Diff line number Diff line change @@ -908,7 +908,7 @@ fn show_about_popup(window: &ApplicationWindow) {
908
908
let d = adw:: AboutWindow :: new ( ) ;
909
909
d. set_transient_for ( Some ( window) ) ;
910
910
d. set_application_name ( "BoxBuddy" ) ;
911
- d. set_version ( "2.4.0 " ) ;
911
+ d. set_version ( "2.4.1 " ) ;
912
912
d. set_developer_name ( "Dvlv" ) ;
913
913
d. set_license_type ( gtk:: License :: MitX11 ) ;
914
914
// TRANSLATORS: Description of the application
You can’t perform that action at this time.
0 commit comments