Skip to content

Commit

Permalink
project: v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 18, 2024
1 parent c3001e4 commit f15f438
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
</supports>
<launchable type="desktop-id">@app-id@.desktop</launchable>
<releases>
<release date="2024-09-18" version="8.0">
<description translate="no">
<p>GNOME 47 is here! This update moves Fretboard to an upgraded base taking advantage of the latest platform improvements.</p>
</description>
</release>

<release date="2024-07-07" version="7.1">
<description translate="no">
<p>This update improves the translations of Fretboard into other languages.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('fretboard',
'rust',
version: '7.1',
version: '8.0',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.62.0',
)
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ impl FretboardWindow {
fn show_about_dialog(&self) {
let about = adw::AboutDialog::from_appdata(
"/dev/bragefuglseth/Fretboard/dev.bragefuglseth.Fretboard.metainfo.xml",
Some("7.0"),
Some("8.0"),
);

about.set_developers(&["Brage Fuglseth https://bragefuglseth.dev"]);
Expand Down

0 comments on commit f15f438

Please sign in to comment.