From d62b71a6712b1994c8eeea1157c0dbaea38f9807 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Sat, 6 Apr 2024 08:14:32 +0200 Subject: [PATCH] 0.8.8 --- 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 ad18c4a..4789e59 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-note", "name": "Share Note", - "version": "0.8.7", + "version": "0.8.8", "minAppVersion": "0.15.0", "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.", "author": "Alan Grainger", diff --git a/package-lock.json b/package-lock.json index 7174514..8b05c0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "share-note", - "version": "0.8.5", + "version": "0.8.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "share-note", - "version": "0.8.5", + "version": "0.8.8", "license": "MIT", "dependencies": { "csso": "^5.0.5", diff --git a/package.json b/package.json index bd5c6f5..857fce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-note", - "version": "0.8.7", + "version": "0.8.8", "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 cb2becf..30fd4e5 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "0.8.4": "0.15.0", "0.8.5": "0.15.0", "0.8.6": "0.15.0", - "0.8.7": "0.15.0" + "0.8.7": "0.15.0", + "0.8.8": "0.15.0" }