diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in index 6234d7ef4..c0babbc51 100644 --- a/data/io.elementary.appcenter.appdata.xml.in +++ b/data/io.elementary.appcenter.appdata.xml.in @@ -11,7 +11,7 @@

An app store for indie and open source developers. Browse by categories or search and discover new apps. AppCenter is also used for updating your system to the latest and greatest version for new features and fixes.

- +

Fixes

    diff --git a/meson.build b/meson.build index f332b7f57..f15364f5c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.appcenter', 'vala', 'c', - version: '3.4.1' + version: '3.4.2' ) gettext_name = meson.project_name()