diff --git a/manifest.json b/manifest.json index c6a9b71..eb961cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.2.9", + "version": "2.5.0", "minAppVersion": "1.5.12", "description": "View Supernote notes, generate markdown from note and capture screen mirror.", "author": "Brandon Philips", "authorUrl": "https://ifup.org", "fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a94484d..9e288be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "esbuild-plugin-inline-worker": "^0.1.1", diff --git a/package.json b/package.json index 77e615a..a3ed5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.4.0", + "version": "2.5.0", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2235f39..8a30f4c 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "2.2.8": "1.5.12", "2.2.9": "1.5.12", "2.3.0": "1.5.12", - "2.4.0": "1.5.12" + "2.4.0": "1.5.12", + "2.5.0": "1.5.12" } \ No newline at end of file