From 2b0658bf09a44be16a619ce23feb1123bac76038 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Wed, 2 Jan 2019 01:14:19 -0600 Subject: [PATCH] Release 3.1.0 --- data/io.elementary.appcenter.appdata.xml.in | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in index 79934caa8..bb9108979 100644 --- a/data/io.elementary.appcenter.appdata.xml.in +++ b/data/io.elementary.appcenter.appdata.xml.in @@ -15,6 +15,18 @@

+ + +
    +
  • New categories: Communication, Finance, Media Production
  • +
  • Add Math to Science category
  • +
  • Relax email address validator
  • +
  • Present update availability more accurately
  • +
  • Category graphics revamped
  • +
  • New translations
  • +
+
+
    diff --git a/meson.build b/meson.build index d9ffc3a94..b8a75189a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.appcenter', 'vala', 'c', - version: '3.0.1') + version: '3.1.0') gettext_name = meson.project_name() gnome = import('gnome')