From 0c6d1f286b907c65c13fe0b33efca4a2e5e7ede7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 18 Aug 2023 10:19:18 +0200 Subject: [PATCH] 0.1.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 9f79b62..fafc196 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "just-share-please", "name": "Just Share Please", - "version": "0.1.0", + "version": "0.1.1", "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 10324b4..315afb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "just-share-please", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "just-share-please", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 295e39d..aba44e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-share-please", - "version": "0.1.0", + "version": "0.1.1", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!", "main": "main.js", "scripts": {