From be70c3211f7acfd6bb991c519cde469622b042b9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 22 Jan 2025 11:46:14 -0800 Subject: [PATCH] 2.6.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 3fb4d57..eaaf02a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.4.0", + "version": "2.6.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 9e288be..dc479ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supernote-obsidian-plugin", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "supernote-obsidian-plugin", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "esbuild-plugin-inline-worker": "^0.1.1", diff --git a/package.json b/package.json index a3ed5f8..bab195a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supernote-obsidian-plugin", - "version": "2.5.0", + "version": "2.6.0", "description": "Unofficial Supernote by Ratta Integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8a30f4c..ea456ff 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "2.2.9": "1.5.12", "2.3.0": "1.5.12", "2.4.0": "1.5.12", - "2.5.0": "1.5.12" + "2.5.0": "1.5.12", + "2.6.0": "1.5.12" } \ No newline at end of file