From 3a9488441068c6e790276912a3263f2d0251ce5f Mon Sep 17 00:00:00 2001 From: Noam Date: Tue, 21 May 2019 15:11:31 +0300 Subject: [PATCH] Compatibility with extensions API v2 - pending actual Python3 test --- manifest.json | 3 +-- versions.json | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 versions.json diff --git a/manifest.json b/manifest.json index d5b3693..2b50952 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,5 @@ { - "manifest_version": "1", - "api_version": "1", + "required_api_version": "^2.0.0", "name": "Remmina", "description": "Quick access to Remmina profiles", "developer_name": "noam09", diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..6208101 --- /dev/null +++ b/versions.json @@ -0,0 +1,4 @@ +[ + { "required_api_version": "^1.0.0", "commit": "v1" }, + { "required_api_version": "^2.0.0", "commit": "master" } +] \ No newline at end of file