bump version [skip ci]
This commit is contained in:
parent
7f2e511c8c
commit
e621b4cdd1
2 changed files with 7 additions and 1 deletions
|
@ -40,6 +40,12 @@
|
|||
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="2.1.4" date="2024-03-13">
|
||||
<description>
|
||||
<p>Fix View Applications pop-up for newer versions of Distrobox</p>
|
||||
<p>Expand es_ES translations</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.1.3" date="2024-03-02">
|
||||
<description>
|
||||
<p>Added support for WezTerm terminal</p>
|
||||
|
|
|
@ -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.3");
|
||||
d.set_version("2.1.4");
|
||||
d.set_developer_name("Dvlv");
|
||||
d.set_license_type(gtk::License::MitX11);
|
||||
d.set_comments(
|
||||
|
|
Loading…
Reference in a new issue