From 313f816a2a4f4052ee8ff133a90dcbafceba9830 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 21 May 2024 17:50:52 -0700 Subject: [PATCH] 2.2.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 6e22be9..e264da6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.2.3", + "version": "2.2.4", "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 bfc4f68..ac16186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.2.3", + "version": "2.2.4", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index edd0a78..3eba44c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.3", + "version": "2.2.4", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fe99fcd..bde0fd9 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "2.2.0": "1.5.12", "2.2.1": "1.5.12", "2.2.2": "1.5.12", - "2.2.3": "1.5.12" + "2.2.3": "1.5.12", + "2.2.4": "1.5.12" } \ No newline at end of file