This commit is contained in:
parent
1a4a24e19a
commit
5986db0ec5
2 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,11 @@
|
|||
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="2.3.2" date="2024-11-01">
|
||||
<description>
|
||||
<p>Added support for elementary terminal</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.3.1" date="2024-10-25">
|
||||
<description>
|
||||
<p>Added helper message for creation options</p>
|
||||
|
|
|
@ -890,7 +890,7 @@ fn show_about_popup(window: &ApplicationWindow) {
|
|||
let d = adw::AboutWindow::new();
|
||||
d.set_transient_for(Some(window));
|
||||
d.set_application_name("BoxBuddy");
|
||||
d.set_version("2.3.1");
|
||||
d.set_version("2.3.2");
|
||||
d.set_developer_name("Dvlv");
|
||||
d.set_license_type(gtk::License::MitX11);
|
||||
// TRANSLATORS: Description of the application
|
||||
|
|
Loading…
Reference in a new issue