From b3811ffa05eaeb330927445bbb8b438a23aa965e Mon Sep 17 00:00:00 2001 From: Jamie Steiner Date: Tue, 19 Nov 2024 01:07:58 +0200 Subject: [PATCH] 0.8.30 --- manifest.json | 20 ++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 73b1c68..dd5ea51 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "send-note", - "name": "Send Note", - "version": "0.8.29", - "minAppVersion": "0.15.0", - "description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses free pastebin API as a storage backend. Data is shared encrypted by default, and only you and the person you send it to have the key.", - "author": "Jamie Steiner", - "authorUrl": "https://github.com/jvsteiner", - "fundingUrl": "https://www.buymeacoffee.com/jvsteiner", - "isDesktopOnly": false -} + "id": "send-note", + "name": "Send Note", + "version": "0.8.30", + "minAppVersion": "0.15.0", + "description": "Instantly send a note, to other obsidian users so they can import them into their vault. It uses free pastebin API as a storage backend. Data is shared encrypted by default, and only you and the person you send it to have the key.", + "author": "Jamie Steiner", + "authorUrl": "https://github.com/jvsteiner", + "fundingUrl": "https://www.buymeacoffee.com/jvsteiner", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e183083..50bce2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "share-note", - "version": "0.8.29", + "version": "0.8.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "share-note", - "version": "0.8.29", + "version": "0.8.30", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.693.0", diff --git a/package.json b/package.json index 884b2e9..34c4a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-note", - "version": "0.8.29", + "version": "0.8.30", "description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e62d91e..b360ffb 100644 --- a/versions.json +++ b/versions.json @@ -28,5 +28,6 @@ "0.8.26": "0.15.0", "0.8.27": "0.15.0", "0.8.28": "0.15.0", - "0.8.29": "0.15.0" + "0.8.29": "0.15.0", + "0.8.30": "0.15.0" } \ No newline at end of file