Added Cosmic Terminal Support
+Dutch Translations
diff --git a/src/main.rs b/src/main.rs index f647d67..17021a0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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.8"); + d.set_version("2.2.9"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); // TRANSLATORS: Description of the application