From aaa83606295dded21b9eb17a569f20a61c53cad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 11 Jun 2024 09:51:50 -0700 Subject: [PATCH] Release 8.0.0 (#759) --- data/photos.metainfo.xml.in | 6 +++--- meson.build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/photos.metainfo.xml.in b/data/photos.metainfo.xml.in index e1bf62cf3..49ee892f2 100644 --- a/data/photos.metainfo.xml.in +++ b/data/photos.metainfo.xml.in @@ -24,10 +24,10 @@ - https://raw.githubusercontent.com/elementary/photos/master/data/screenshot.png + https://raw.githubusercontent.com/elementary/photos/8.0.0/data/screenshot.png - https://raw.githubusercontent.com/elementary/photos/master/data/screenshot-adjust.png + https://raw.githubusercontent.com/elementary/photos/8.0.0/data/screenshot-adjust.png @@ -55,7 +55,7 @@ contact_at_elementary.io - +

Improvements:

    diff --git a/meson.build b/meson.build index 12e4431b6..48ce7b01a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.photos', 'vala', 'c', - version: '2.8.0', + version: '8.0.0', meson_version: '>=0.46.0' )