diff --git a/manifest.json b/manifest.json index 3457075..f80fce1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.2.1", + "version": "2.2.2", "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 8fa7ff1..05bed0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index da9b3f4..4484752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.1", + "version": "2.2.2", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a5d3101..279c514 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "2.1.9": "0.15.0", "2.1.10": "1.5.12", "2.2.0": "1.5.12", - "2.2.1": "1.5.12" + "2.2.1": "1.5.12", + "2.2.2": "1.5.12" } \ No newline at end of file