From ec14ef7cfa37920418cea16a8254b400a46c2a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 20 May 2024 10:21:58 -0700 Subject: [PATCH] Release 8.0.0 --- data/music.metainfo.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/music.metainfo.xml.in b/data/music.metainfo.xml.in index 3bea820c6..6fc5c5452 100644 --- a/data/music.metainfo.xml.in +++ b/data/music.metainfo.xml.in @@ -16,7 +16,7 @@ Quickly queue up your favorite tracks - https://raw.githubusercontent.com/elementary/music/7.1.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/music/8.0.0/data/screenshot.png @@ -54,7 +54,7 @@ contact_at_elementary.io - +

Improvements:

    diff --git a/meson.build b/meson.build index af8bd5118..e7fe144e7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.music', 'vala', 'c', - version: '7.1.0', + version: '8.0.0', meson_version: '>=0.58.0' )