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())