Skip to content

Commit

Permalink
Release 8.0.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jul 26, 2024
1 parent 2b17098 commit 7f030df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/applications.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-permissions.png</image>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-permissions.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-defaults.png</image>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-defaults.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-startup.png</image>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-startup.png</image>
</screenshot>
</screenshots>

Expand All @@ -37,7 +37,7 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.0" date="2024-06-11" urgency="medium">
<release version="8.0.0" date="2024-07-26" urgency="medium">
<description>
<p>A Big Redesign!</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(
'applications',
'vala', 'c',
version: '7.0.1'
version: '8.0.0'
)

gettext_name = 'io.elementary.settings.' + meson.project_name()
Expand Down

0 comments on commit 7f030df

Please sign in to comment.