Skip to content

Commit

Permalink
Release 6.0.4 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 31, 2023
1 parent 1576b69 commit 462d429
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/master/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/screenshot/master/data/screenshot2.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/6.0.4/data/screenshot2.png</image>
</screenshot>
</screenshots>

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

<releases>
<release version="6.0.4" date="2023-05-29" urgency="medium">
<release version="6.0.4" date="2023-05-30" 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.56',
version: '6.0.3'
version: '6.0.4'
)

gnome = import('gnome')
Expand Down

0 comments on commit 462d429

Please sign in to comment.