Skip to content

Commit c2f6285

Browse files
authored
Release 8.0.1 (#2229)
1 parent 61d94ee commit c2f6285

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/appcenter.metainfo.xml.in

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

@@ -65,7 +65,7 @@
6565
<update_contact>contact_at_elementary.io</update_contact>
6666

6767
<releases>
68-
<release version="8.0.1" date="2024-12-10">
68+
<release version="8.0.1" date="2024-12-12">
6969
<description>
7070
<p>Other Improvements:</p>
7171
<ul>

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: '8.0.0',
4+
version: '8.0.1',
55
meson_version: '>=0.57.0'
66
)
77

0 commit comments

Comments
 (0)