This commit is contained in:
Dvlv 2024-06-23 06:16:02 +01:00
parent b6c251124c
commit ad2490f860
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA

View file

@ -869,7 +869,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.2.7");
d.set_version("2.2.8");
d.set_developer_name("Dvlv");
d.set_license_type(gtk::License::MitX11);
// TRANSLATORS: Description of the application