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.3.1" date =" 2024-10-25" >
44
+ <description >
45
+ <p >Added helper message for creation options</p >
46
+ <p >Added pl_PL translations</p >
47
+ </description >
48
+ </release >
43
49
<release version =" 2.3.0" date =" 2024-10-15" >
44
50
<description >
45
51
<p >Additional distro images detected</p >
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ fn show_about_popup(window: &ApplicationWindow) {
890
890
let d = adw:: AboutWindow :: new ( ) ;
891
891
d. set_transient_for ( Some ( window) ) ;
892
892
d. set_application_name ( "BoxBuddy" ) ;
893
- d. set_version ( "2.3.0 " ) ;
893
+ d. set_version ( "2.3.1 " ) ;
894
894
d. set_developer_name ( "Dvlv" ) ;
895
895
d. set_license_type ( gtk:: License :: MitX11 ) ;
896
896
// TRANSLATORS: Description of the application
You can’t perform that action at this time.
0 commit comments