From 4178371c46b680baaa3ffb344d4694ac91a09749 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 26 Oct 2023 11:56:55 +0200 Subject: [PATCH] 0.1.5 --- 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 da5bdc3..d9f22da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "just-share-please", "name": "Just Share Please", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "1.3.7", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!", "author": "Ellpeck", diff --git a/package-lock.json b/package-lock.json index b5fac39..13fc440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "just-share-please", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "just-share-please", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 769cd92..5dd884b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-share-please", - "version": "0.1.4", + "version": "0.1.5", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f251d7b..c980289 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.3.7" + "0.1.0": "1.3.7", + "0.1.5": "1.4.0" }