Skip to content

Commit e3c3282

Browse files
authored
Release 7.3.0 (#2056)
1 parent 61e4a4e commit e3c3282

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.2.1/data/screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.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.2.1/data/screenshot-updates.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.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.2.1/data/screenshot-payment.png</image>
28+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.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.3.0" date="2023-02-27">
66+
<release version="7.3.0" date="2023-06-27">
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.2.1',
4+
version: '7.3.0',
55
meson_version: '>=0.56.0'
66
)
77

0 commit comments

Comments
 (0)