This commit is contained in:
parent
5e76e03c0d
commit
8546fa7fa2
2 changed files with 6 additions and 1 deletions
|
@ -35,6 +35,11 @@
|
|||
<url type="homepage">https://github.com/Dvlv/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.1" date="2024-01-27">
|
||||
<description>
|
||||
<p>Added DE Translation</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.1.0" date="2024-01-18">
|
||||
<description>
|
||||
<p>Added ability to set a custom home directory</p>
|
||||
|
|
|
@ -415,7 +415,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("1.1.0");
|
||||
d.set_version("1.1.1");
|
||||
d.set_developer_name("Dvlv");
|
||||
d.set_license_type(gtk::License::MitX11);
|
||||
d.set_comments(
|
||||
|
|
Loading…
Reference in a new issue