diff --git a/manifest.json b/manifest.json index 8a117c8..e97ab4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scrybble.ink", "name": "Scrybble", - "version": "2.10.13", + "version": "2.11.0", "minAppVersion": "1.3.7", "description": "Synchronize highlights from your ReMarkable to Obsidian!", "author": "Streamsoft", diff --git a/package-lock.json b/package-lock.json index 206e234..e557296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Scrybble", - "version": "2.10.13", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Scrybble", - "version": "2.10.13", + "version": "2.11.0", "license": "MIT", "dependencies": { "jszip": "^3.10.0" diff --git a/package.json b/package.json index 1653818..de45a9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scrybble", - "version": "2.10.13", + "version": "2.11.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 955c45a..6d053a1 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "2.10.10": "1.3.7", "2.10.11": "1.3.7", "2.10.12": "1.3.7", - "2.10.13": "1.3.7" + "2.10.13": "1.3.7", + "2.11.0": "1.3.7" } \ No newline at end of file