Skip to content

Commit

Permalink
Release 8.0.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored May 23, 2024
1 parent a3b239f commit 1b9ed3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/calculator.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/calculator/2.0.3/data/screenshot@2x.png</image>
<image>https://raw.githubusercontent.com/elementary/calculator/8.0.0/data/screenshot@2x.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/calculator/2.0.3/data/screenshot-extended@2x.png</image>
<image>https://raw.githubusercontent.com/elementary/calculator/8.0.0/data/screenshot-extended@2x.png</image>
</screenshot>
</screenshots>

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

<releases>
<release version="8.0.0" date="2024-05-14" urgency="medium">
<release version="8.0.0" date="2024-05-15" 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.calculator', 'vala', 'c',
meson_version : '>= 0.58.0',
version: '2.0.3'
version: '8.0.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit 1b9ed3b

Please sign in to comment.