Skip to content

Commit

Permalink
Release 8.0.0 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jul 25, 2024
1 parent 64185cc commit 1f989fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/screenshot.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot2.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot2.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -52,7 +52,7 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.0" date="2024-05-20" urgency="medium">
<release version="8.0.0" date="2024-07-25" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.screenshot', 'vala', 'c',
meson_version : '>= 0.57',
version: '6.0.4'
version: '8.0.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit 1f989fe

Please sign in to comment.