Skip to content

Commit 6474da5

Browse files
authored
Release 7.4.0 (#2084)
1 parent e32e8dd commit 6474da5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

data/appcenter.metainfo.xml.in

+5-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.3.0/data/screenshot.png</image>
20+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.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.3.0/data/screenshot-updates.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.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.3.0/data/screenshot-payment.png</image>
28+
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.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.4.0" date="2023-09-14">
66+
<release version="7.4.0" date="2023-09-18">
6767
<description>
6868
<p>New features:</p>
6969
<ul>
@@ -77,6 +77,7 @@
7777
</description>
7878
<issues>
7979
<issue url="https://github.com/elementary/appcenter/issues/2059">Search bar refreshes when typing over existing text</issue>
80+
<issue url="https://github.com/elementary/appcenter/issues/2047">Warn if apps can send notifications directly</issue>
8081
<issue url="https://github.com/elementary/appcenter/issues/1987">AppCenter search box dropping chatacters</issue>
8182
<issue url="https://github.com/elementary/appcenter/issues/1947">Changing install source adds to navigation stack</issue>
8283
</issues>

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

0 commit comments

Comments
 (0)