Skip to content

Commit

Permalink
Release 7.4.0 (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 18, 2023
1 parent e32e8dd commit 6474da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions data/appcenter.metainfo.xml.in
Expand Up @@ -17,15 +17,15 @@
<screenshots>
<screenshot type="default">
<caption>Discover new apps</caption>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.0/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.0/data/screenshot.png</image>
</screenshot>
<screenshot>
<caption>Stay up to date</caption>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.0/data/screenshot-updates.png</image>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.0/data/screenshot-updates.png</image>
</screenshot>
<screenshot>
<caption>Pay what you can to support developers</caption>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.3.0/data/screenshot-payment.png</image>
<image>https://raw.githubusercontent.com/elementary/appcenter/7.4.0/data/screenshot-payment.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -63,7 +63,7 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="7.4.0" date="2023-09-14">
<release version="7.4.0" date="2023-09-18">
<description>
<p>New features:</p>
<ul>
Expand All @@ -77,6 +77,7 @@
</description>
<issues>
<issue url="https://github.com/elementary/appcenter/issues/2059">Search bar refreshes when typing over existing text</issue>
<issue url="https://github.com/elementary/appcenter/issues/2047">Warn if apps can send notifications directly</issue>
<issue url="https://github.com/elementary/appcenter/issues/1987">AppCenter search box dropping chatacters</issue>
<issue url="https://github.com/elementary/appcenter/issues/1947">Changing install source adds to navigation stack</issue>
</issues>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.appcenter',
'vala', 'c',
version: '7.3.0',
version: '7.4.0',
meson_version: '>=0.57.0'
)

Expand Down

0 comments on commit 6474da5

Please sign in to comment.