From d1966fb6c8f5888405c67b06fb64c9df98d4afe2 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sat, 7 Jan 2023 09:36:13 +0100 Subject: [PATCH] 1.3.1 --- 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 53c1ee9..f3348e6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-quickshare", "name": "QuickShare", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.13.25", "description": "Securely share your Obsidian notes with one click. Notes are end-to-end encrypted. No API keys or configuration required.", "author": "Maxime Cannoodt (@mcndt)", diff --git a/package-lock.json b/package-lock.json index 65e8059..b623801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-note-sharing", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-note-sharing", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "crc": "^4.1.1" diff --git a/package.json b/package.json index be10190..0ecc84f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-sharing", - "version": "1.3.0", + "version": "1.3.1", "description": "Obsidian plugin for encrypting and uploading notes to noteshare.space.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e7ca46c..32fb3e7 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.1.0": "0.13.25", "1.1.1": "0.13.25", "1.2.0": "0.13.25", - "1.3.0": "0.13.25" + "1.3.0": "0.13.25", + "1.3.1": "0.13.25" } \ No newline at end of file