diff --git a/data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in b/data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in index 7a39a9e..6e7a3e0 100644 --- a/data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in +++ b/data/dev.bragefuglseth.Fretboard.metainfo.xml.in.in @@ -64,6 +64,12 @@ @app-id@.desktop + + +

This update improves the translations of Fretboard into other languages.

+
+
+

Enjoy practicing some tunes for the summer with this fresh batch of improvements:

diff --git a/meson.build b/meson.build index 99e3cfb..6dc0613 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('fretboard', 'rust', - version: '7.0', + version: '7.1', license: 'GPL-3.0-or-later', meson_version: '>= 0.62.0', ) @@ -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')