diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index 6526e8ef81..189847c89d 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -46,6 +46,16 @@ + + +
    Fix New Window desktop action behavior
+
    Properly synchronize Ctrl+N key presses with number of new documents spawned
+
    Build system fix for editorconfig dependency
+
    Add Change Branch context menu item
+
    Avoid possible startup crash related to how plugins load
+
    Updated translations
+
+
    Smarter file saving behavior
diff --git a/meson.build b/meson.build index 62e728453e..a91cf12fae 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.code', 'vala', 'c', version: '3.0.2') +project('io.elementary.code', 'vala', 'c', version: '3.1.0') add_project_arguments([ '-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())