diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index 7ee084a206..3ae69e795a 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -46,7 +46,7 @@ - +

New features:

    @@ -57,6 +57,7 @@
    • Add keyboard shortcuts to menu items
    • Make sidebar folder items not selectable
    • +
    • Center new windows
    • Updated translations
    diff --git a/meson.build b/meson.build index 704d330a8c..7d89e46ed9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,8 @@ -project('io.elementary.code', 'vala', 'c', version: '3.2.0') +project( + 'io.elementary.code', + 'vala', 'c', + version: '3.3.0' +) add_project_arguments([ '-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())