diff --git a/manifest.json b/manifest.json index 8c6f253..9aed106 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.2.5", + "version": "2.2.6", "minAppVersion": "1.5.12", "description": "View Supernote notes, generate markdown from note and capture screen mirror.", "author": "Brandon Philips", diff --git a/package-lock.json b/package-lock.json index 8acce17..ed0b3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.5", + "version": "2.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index 2e3db8d..c89dedf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.5", + "version": "2.2.6", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index df81b14..b0eb66f 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "2.2.2": "1.5.12", "2.2.3": "1.5.12", "2.2.4": "1.5.12", - "2.2.5": "1.5.12" + "2.2.5": "1.5.12", + "2.2.6": "1.5.12" } \ No newline at end of file