File tree 2 files changed +6
-1
lines changed
2 files changed +6
-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.3" date =" 2024-11-16" >
44
+ <description >
45
+ <p >Tweaks to creating box validation</p >
46
+ </description >
47
+ </release >
43
48
<release version =" 2.3.2" date =" 2024-11-01" >
44
49
<description >
45
50
<p >Added support for elementary terminal</p >
Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ fn show_about_popup(window: &ApplicationWindow) {
902
902
let d = adw:: AboutWindow :: new ( ) ;
903
903
d. set_transient_for ( Some ( window) ) ;
904
904
d. set_application_name ( "BoxBuddy" ) ;
905
- d. set_version ( "2.3.2 " ) ;
905
+ d. set_version ( "2.3.3 " ) ;
906
906
d. set_developer_name ( "Dvlv" ) ;
907
907
d. set_license_type ( gtk:: License :: MitX11 ) ;
908
908
// TRANSLATORS: Description of the application
You can’t perform that action at this time.
0 commit comments