oops
This commit is contained in:
parent
b6c251124c
commit
ad2490f860
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue