From 66f277327ba481bcc8e0bb761ee7297495a4c4ff Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Thu, 14 Mar 2019 13:43:15 -0500 Subject: [PATCH] Release 3.1.1 --- data/io.elementary.code.appdata.xml.in | 11 +++++++++-- meson.build | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index 189847c89d..c795542826 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -46,7 +46,14 @@ - + + +
    Use Granite.MessageDialog throughout
+
    Include non-text files in sidebar
+
    Fix Remove Current View
+
+
+
    Fix New Window desktop action behavior
    Properly synchronize Ctrl+N key presses with number of new documents spawned
@@ -56,7 +63,7 @@
    Updated translations
- +
    Smarter file saving behavior
    File saving fixes
diff --git a/meson.build b/meson.build index a91cf12fae..386fc59b84 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.code', 'vala', 'c', version: '3.1.0') +project('io.elementary.code', 'vala', 'c', version: '3.1.1') add_project_arguments([ '-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())