diff --git a/manifest.json b/manifest.json index fe648f7..e1024af 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pocketbook-cloud-highlight-importer", "name": "Pocketbook Cloud Highlight Importer", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "1.1.16", "description": "Imports notes and highlights from your Pocketbook Cloud account.", "author": "Lena BrĂ¼der", diff --git a/package.json b/package.json index 3aab4ce..d1569c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocketbook-cloud-highlight-importer", - "version": "0.1.6", + "version": "0.1.7", "description": "Pocketbook Cloud Highlight Importer", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3632349..f809f3c 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.1.3": "1.1.16", "0.1.4": "1.1.16", "0.1.5": "1.1.16", - "0.1.6": "1.1.16" + "0.1.6": "1.1.16", + "0.1.7": "1.1.16" }