From 204be7d319e7b77ee994034130fcfaebc8d2c3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Wed, 29 Apr 2020 14:46:10 -0700 Subject: [PATCH] Release 3.3.0 (#1293) * Release 3.3.0 * Update meson.build --- data/io.elementary.appcenter.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in index 8af323bbf..8b0cb0f20 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.

- +

Performance improvements

    diff --git a/meson.build b/meson.build index 49007ba19..7af237146 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.appcenter', 'vala', 'c', - version: '3.2.4' + version: '3.3.0' ) gettext_name = meson.project_name()