Skip to content

Commit 1f989fe

Browse files
authored
Release 8.0.0 (#280)
1 parent 64185cc commit 1f989fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/screenshot.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<screenshots>
1919
<screenshot type="default">
20-
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot.png</image>
2121
</screenshot>
2222
<screenshot>
23-
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot2.png</image>
23+
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot2.png</image>
2424
</screenshot>
2525
</screenshots>
2626

@@ -52,7 +52,7 @@
5252
<update_contact>contact_at_elementary.io</update_contact>
5353

5454
<releases>
55-
<release version="8.0.0" date="2024-05-20" urgency="medium">
55+
<release version="8.0.0" date="2024-07-25" urgency="medium">
5656
<description>
5757
<p>Minor updates:</p>
5858
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.screenshot', 'vala', 'c',
33
meson_version : '>= 0.57',
4-
version: '6.0.4'
4+
version: '8.0.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)