From 439506b58e90d6641190f1846033ee67c1e1f526 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 18 Dec 2024 17:20:51 -0800 Subject: [PATCH] 2.3.0 --- manifest-beta.json | 11 +++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 manifest-beta.json diff --git a/manifest-beta.json b/manifest-beta.json new file mode 100644 index 0000000..a3a949e --- /dev/null +++ b/manifest-beta.json @@ -0,0 +1,11 @@ +{ + "id": "supernote", + "name": "Unofficial Supernote by Ratta Integration", + "version": "2.3.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/manifest.json b/manifest.json index 4595169..c6a9b71 100644 --- a/manifest.json +++ b/manifest.json @@ -8,4 +8,4 @@ "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 07da0ac..48020fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.9", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.2.9", + "version": "2.3.0", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index 22f32a7..710b031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.9", + "version": "2.3.0", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e0b8395..52a1e12 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "2.2.6": "1.5.12", "2.2.7": "1.5.12", "2.2.8": "1.5.12", - "2.2.9": "1.5.12" + "2.2.9": "1.5.12", + "2.3.0": "1.5.12" } \ No newline at end of file