diff --git a/manifest.json b/manifest.json index 620a2dc..c4f8a21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "scrybble.ink", "name": "Scrybble", - "version": "2.8.0", + "version": "2.9.0", "minAppVersion": "1.3.7", "description": "Synchronize highlights from your ReMarkable to Obsidian!", "author": "Streamsoft", "authorUrl": "https://scrybble.ink", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 32f71f2..389aa6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Scrybble", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Scrybble", - "version": "2.8.0", + "version": "2.9.0", "license": "MIT", "dependencies": { "jszip": "^3.10.0" diff --git a/package.json b/package.json index 4b928fc..17851c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Scrybble", - "version": "2.8.0", + "version": "2.9.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 93885a0..f622c0a 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "2.6.0": "0.12.0", "2.6.1": "0.12.0", "2.7.0": "0.12.0", - "2.8.0": "0.12.0" + "2.8.0": "0.12.0", + "2.9.0": "1.3.7" } \ No newline at end of file