Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvlv committed Apr 3, 2024
1 parent 6570997 commit ee9ed18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions io.github.dvlv.boxbuddyrs.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>

<releases>
<release version="2.2.2" date="2024-04-03">
<description>
<p>Added Hindi Translations</p>
<p>Fixed issue with error message showing by CPU and Memory stats</p>
</description>
</release>
<release version="2.2.1" date="2024-04-01">
<description>
<p>Added Greek Translations</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,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.1");
d.set_version("2.2.2");
d.set_developer_name("Dvlv");
d.set_license_type(gtk::License::MitX11);
d.set_comments(
Expand Down

0 comments on commit ee9ed18

Please sign in to comment.