bump version

This commit is contained in:
Dvlv 2024-03-01 16:33:59 +00:00
parent ef477df0ca
commit 9d59fdfe33
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA
2 changed files with 8 additions and 1 deletions

View file

@ -40,6 +40,13 @@
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
<releases>
<release version="2.1.3" date="2024-03-02">
<description>
<p>Added support for WezTerm terminal</p>
<p>Made main window scrollable</p>
<p>Updated translations</p>
</description>
</release>
<release version="2.1.2" date="2024-02-24">
<description>
<p>Update translations</p>

View file

@ -819,7 +819,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.1.2");
d.set_version("2.1.3");
d.set_developer_name("Dvlv");
d.set_license_type(gtk::License::MitX11);
d.set_comments(