From 56184ef7ff7366403c93911268faa5f899eb3e29 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 8 Sep 2023 17:42:18 +0200 Subject: [PATCH] 0.1.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 581e301..da5bdc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "just-share-please", "name": "Just Share Please", - "version": "0.1.3", + "version": "0.1.4", "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.json b/package.json index 981b706..769cd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-share-please", - "version": "0.1.3", + "version": "0.1.4", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!", "main": "main.js", "scripts": {