This commit is contained in:
Ell 2023-10-26 11:56:55 +02:00
parent b1370b772e
commit 4178371c46
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"0.1.0": "1.3.7"
"0.1.0": "1.3.7",
"0.1.5": "1.4.0"
}