This commit is contained in:
Ell 2023-08-19 14:25:21 +02:00
parent 082d2dee79
commit 833d0b182a
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "just-share-please",
"name": "Just Share Please",
"version": "0.1.2",
"version": "0.1.3",
"minAppVersion": "1.3.7",
"description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
"author": "Ellpeck",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "just-share-please",
"version": "0.1.2",
"version": "0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "just-share-please",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "just-share-please",
"version": "0.1.2",
"version": "0.1.3",
"description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
"main": "main.js",
"scripts": {