Skip to content

Commit

Permalink
project: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Jul 7, 2024
1 parent 2a65f68 commit 24cee10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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">@[email protected]</launchable>
<releases>
<release date="2024-07-07" version="7.1">
<description translate="no">
<p>This update improves the translations of Fretboard into other languages.</p>
</description>
</release>

<release date="2024-05-29" version="7.0">
<description translate="no">
<p>Enjoy practicing some tunes for the summer with this fresh batch of improvements:</p>
Expand Down
8 changes: 1 addition & 7 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('fretboard',
'rust',
version: '7.0',
version: '7.1',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.62.0',
)
Expand Down Expand Up @@ -33,12 +33,6 @@ else
app_id = base_id
endif

meson.add_dist_script(
'build-aux/dist-vendor.sh',
meson.project_source_root(),
meson.project_build_root() / 'meson-dist' / meson.project_name() + '-' + meson.project_version(),
)

subdir('data')
subdir('src')
subdir('po')
Expand Down

0 comments on commit 24cee10

Please sign in to comment.