From 37c9b6ec00ce1e99b9274b13e3fcff31bcc69485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Fri, 7 Aug 2020 10:40:17 -0700 Subject: [PATCH] Release 3.4.2 (#1388) * Release 3.4.2 * Update meson.build * Update io.elementary.appcenter.appdata.xml.in Co-authored-by: Cassidy James Blaede --- 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 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()