From c9c363ed9e348b6c9d06cab8a270ca8ae676a834 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Thu, 3 Jan 2019 00:34:28 -0600 Subject: [PATCH] Release 3.0.2 --- data/io.elementary.code.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index 9a644b71a1..6526e8ef81 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -46,6 +46,14 @@ + + +
    Smarter file saving behavior
+
    File saving fixes
+
    Don't add temporary files to tab restore
+
    Updated translations
+
+
    Don't recreate deleted files when restoring session
diff --git a/meson.build b/meson.build index 760144db8e..62e728453e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.code', 'vala', 'c', version: '3.0.1') +project('io.elementary.code', 'vala', 'c', version: '3.0.2') add_project_arguments([ '-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())