Compatibility with extensions API v2 - pending actual Python3 test

This commit is contained in:
Noam
2019-05-21 15:11:31 +03:00
parent b65e0f7716
commit 3a94884410
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{ {
"manifest_version": "1", "required_api_version": "^2.0.0",
"api_version": "1",
"name": "Remmina", "name": "Remmina",
"description": "Quick access to Remmina profiles", "description": "Quick access to Remmina profiles",
"developer_name": "noam09", "developer_name": "noam09",

4
versions.json Normal file
View File

@@ -0,0 +1,4 @@
[
{ "required_api_version": "^1.0.0", "commit": "v1" },
{ "required_api_version": "^2.0.0", "commit": "master" }
]