From 743cc293de110aefc14a59e1c9b634fc28535131 Mon Sep 17 00:00:00 2001
From: Cody Garver
Date: Thu, 14 Feb 2019 18:52:29 -0600
Subject: [PATCH] Release 3.1.1
---
data/io.elementary.appcenter.appdata.xml.in | 13 +++++++++++++
meson.build | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in
index bb9108979..2f0d4cbb5 100644
--- a/data/io.elementary.appcenter.appdata.xml.in
+++ b/data/io.elementary.appcenter.appdata.xml.in
@@ -15,6 +15,19 @@
+
+
+
+ - Meson build system fixes
+ - Improve window state restoration
+ - Prevent action buttons from jumping around
+ - Remove reset paid apps gsettings key
+ - Memory management refinements
+ - Add conditional compilation for disabling dynamic remote homepage content
+ - New translations
+
+
+
diff --git a/meson.build b/meson.build
index b8a75189a..1e5febacf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.appcenter',
'vala', 'c',
- version: '3.1.0')
+ version: '3.1.1')
gettext_name = meson.project_name()
gnome = import('gnome')