From 53fc57542534886f8baa47a91bea21c4e38e4a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Tue, 30 Jun 2020 16:55:36 -0700 Subject: [PATCH] Release 3.4.1 (#1376) * Release 3.4.1 * Update meson.build --- data/io.elementary.appcenter.appdata.xml.in | 7 ++++++- meson.build | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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()