Skip to content

Commit 9a5ecce

Browse files
authored
Release 7.2.0 (#1992)
1 parent 2fdce3e commit 9a5ecce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/appcenter.metainfo.xml.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<screenshots>
1818
<screenshot type="default">
1919
<caption>Discover new apps</caption>
20-
<image>https://raw.githubusercontent.com/elementary/appcenter/7.0.0/data/screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.0/data/screenshot.png</image>
2121
</screenshot>
2222
<screenshot>
2323
<caption>Stay up to date</caption>
24-
<image>https://raw.githubusercontent.com/elementary/appcenter/7.0.0/data/screenshot-updates.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.0/data/screenshot-updates.png</image>
2525
</screenshot>
2626
<screenshot>
2727
<caption>Pay what you can to support developers</caption>
28-
<image>https://raw.githubusercontent.com/elementary/appcenter/7.0.0/data/screenshot-payment.png</image>
28+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.0/data/screenshot-payment.png</image>
2929
</screenshot>
3030
</screenshots>
3131

@@ -63,7 +63,7 @@
6363
<update_contact>contact_at_elementary.io</update_contact>
6464

6565
<releases>
66-
<release version="7.2.0" date="2023-02-05">
66+
<release version="7.2.0" date="2023-02-07">
6767
<description>
6868
<p>New features:</p>
6969
<ul>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.appcenter',
33
'vala', 'c',
4-
version: '7.0.0'
4+
version: '7.2.0'
55
)
66

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)