bump version
This commit is contained in:
parent
8e40757909
commit
606abd339c
2 changed files with 7 additions and 1 deletions
|
@ -38,6 +38,12 @@
|
|||
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="2.1.2" date="2024-02-24">
|
||||
<description>
|
||||
<p>Update translations</p>
|
||||
<p>Add support for Ptyxis terminal</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.1.1" date="2024-02-19">
|
||||
<description>
|
||||
<p>Fixed translations</p>
|
||||
|
|
|
@ -808,7 +808,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.1");
|
||||
d.set_version("2.1.2");
|
||||
d.set_developer_name("Dvlv");
|
||||
d.set_license_type(gtk::License::MitX11);
|
||||
d.set_comments(
|
||||
|
|
Loading…
Reference in a new issue