From 9a750dde8c56c0ad47e7256873313eadf7763d3d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 31 Mar 2024 07:14:52 -0700 Subject: [PATCH] 2.1.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 06590e5..5c4565b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.1.6", + "version": "2.1.7", "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 188991f..bd85d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "2.1.6", + "version": "2.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "2.1.6", + "version": "2.1.7", "license": "MIT", "dependencies": { "image-js": "^0.35.5", diff --git a/package.json b/package.json index 12467bc..a46b10b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "2.1.6", + "version": "2.1.7", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c174674..1eef96e 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "2.1.3": "0.15.0", "2.1.4": "0.15.0", "2.1.5": "0.15.0", - "2.1.6": "0.15.0" + "2.1.6": "0.15.0", + "2.1.7": "0.15.0" } \ No newline at end of file