From a7690e502bd853627203fa894ce7f38993baf10d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sat, 30 Mar 2024 10:18:54 -0700 Subject: [PATCH] 2.1.6 --- 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 79499fa..06590e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.1.5", + "version": "2.1.6", "minAppVersion": "0.15.0", "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 4cebdd5..188991f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index 73e600c..12467bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "2.1.5", + "version": "2.1.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6c62b1c..c174674 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "2.1.2": "0.15.0", "2.1.3": "0.15.0", "2.1.4": "0.15.0", - "2.1.5": "0.15.0" + "2.1.5": "0.15.0", + "2.1.6": "0.15.0" } \ No newline at end of file