diff --git a/data/metadata.json.in b/data/metadata.json.in index e2c5b0800..609308cb2 100644 --- a/data/metadata.json.in +++ b/data/metadata.json.in @@ -3,6 +3,6 @@ "name": "GSConnect", "description": "GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.\n\nKDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.\n\nPlease report issues on Github!", "version": @PACKAGE_VERSION@, - "shell-version": [ "3.36", "3.38" ], + "shell-version": [ "3.36" ], "url": "@PACKAGE_URL@/wiki" } diff --git a/meson.build b/meson.build index a2ff0b4ed..c1f66f8e9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gsconnect', 'c', - version: '52', + version: '53', meson_version: '>= 0.46.0' )