Skip to content

Commit 1e210fe

Browse files
authored
Release 7.2.1 (#2010)
* Release 1.2.1 * Update meson.build
1 parent 91ad51b commit 1e210fe

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

data/appcenter.metainfo.xml.in

Lines changed: 12 additions & 3 deletions
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.2.0/data/screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.1/data/screenshot.png</image>
2121
</screenshot>
2222
<screenshot>
2323
<caption>Stay up to date</caption>
24-
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.0/data/screenshot-updates.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.1/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.2.0/data/screenshot-payment.png</image>
28+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.2.1/data/screenshot-payment.png</image>
2929
</screenshot>
3030
</screenshots>
3131

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

6565
<releases>
66+
<release version="7.2.1" date="2023-02-27">
67+
<description>
68+
<p>Other Improvements:</p>
69+
<ul>
70+
<li>Updated translations</li>
71+
</ul>
72+
</description>
73+
</release>
74+
6675
<release version="7.2.0" date="2023-02-07">
6776
<description>
6877
<p>New features:</p>

meson.build

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

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)