Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvlv committed Jun 11, 2024
1 parent 39212c2 commit 80cb474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ version-check:
translate:
bash scripts/compile-translations.sh


f40:
GETTEXT_SYSTEM=true cargo build --release
5 changes: 5 additions & 0 deletions io.github.dvlv.boxbuddyrs.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<url type="help">https://dvlv.github.io/BoxBuddyRS</url>

<releases>
<release version="2.2.5" date="2024-06-11">
<description>
<p>UI tweaks for pop-up windows and header bars</p>
</description>
</release>
<release version="2.2.4" date="2024-05-18">
<description>
<p>Metadata and Translation Updates</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,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.4");
d.set_version("2.2.5");
d.set_developer_name("Dvlv");
d.set_license_type(gtk::License::MitX11);
d.set_comments(
Expand Down

0 comments on commit 80cb474

Please sign in to comment.