From 9da9551e2c3032ba05e43de28efbbb3f66a558f4 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 21 May 2024 21:52:34 -0700 Subject: [PATCH] 2.2.7 --- 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 9aed106..85c9f31 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.2.6", + "version": "2.2.7", "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 ed0b3c0..5cba735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.6", + "version": "2.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.2.6", + "version": "2.2.7", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index c89dedf..3d9640d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.2.6", + "version": "2.2.7", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b0eb66f..e9d2cb2 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "2.2.3": "1.5.12", "2.2.4": "1.5.12", "2.2.5": "1.5.12", - "2.2.6": "1.5.12" + "2.2.6": "1.5.12", + "2.2.7": "1.5.12" } \ No newline at end of file