diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in index 70f5a3113..cf37aa5c3 100644 --- a/data/io.elementary.appcenter.appdata.xml.in +++ b/data/io.elementary.appcenter.appdata.xml.in @@ -11,12 +11,17 @@

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

  • Ensure all updatable Flatpak runtimes are listed for update
+

Minor updates

+
    +
  • Performance improvments
  • +
  • Updated translations
  • +
diff --git a/meson.build b/meson.build index 9e47027d6..f332b7f57 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.appcenter', 'vala', 'c', - version: '3.4.0' + version: '3.4.1' ) gettext_name = meson.project_name()