Skip to content

Commit

Permalink
Release 7.2.0 (#216)
Browse files Browse the repository at this point in the history
* Release 7.2.0

* Update meson.build

* Update onboarding.metainfo.xml.in

---------

Co-authored-by: Ryan Kornheisl <[email protected]>
  • Loading branch information
danirabbit and zeebok authored Aug 10, 2023
1 parent d2d5f97 commit 6b24ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/onboarding.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/onboarding/7.1.0/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/onboarding/7.2.0/data/screenshot.png</image>
</screenshot>
</screenshots>

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

<releases>
<release version="7.2.0" date="2023-08-08" urgency="medium">
<release version="7.2.0" date="2023-08-09" urgency="medium">
<description>
<ul>
<li>Use the current wallpaper in the "Choose your look" view</li>
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.onboarding',
'vala', 'c',
version: '7.1.0',
version: '7.2.0',
meson_version: '>= 0.57'
)

Expand Down

0 comments on commit 6b24ec7

Please sign in to comment.