updated plugin description and versions

This commit is contained in:
Ell 2023-08-17 14:50:07 +02:00
parent 46d680515d
commit 0fa6dff2d6
3 changed files with 4 additions and 12 deletions

View file

@ -2,8 +2,8 @@
"id": "just-share-please", "id": "just-share-please",
"name": "Just Share Please", "name": "Just Share Please",
"version": "0.1.0", "version": "0.1.0",
"minAppVersion": "1.3.0", "minAppVersion": "1.3.7",
"description": "A simple plugin that allows sharing a note using a random link", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
"author": "Ellpeck", "author": "Ellpeck",
"authorUrl": "https://ellpeck.de", "authorUrl": "https://ellpeck.de",
"isDesktopOnly": false "isDesktopOnly": false

View file

@ -1,7 +1,7 @@
{ {
"name": "just-share-please", "name": "just-share-please",
"version": "0.1.0", "version": "0.1.0",
"description": "A simple plugin that allows sharing a note using a random link", "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"dev": "node esbuild.config.mjs", "dev": "node esbuild.config.mjs",

View file

@ -1,11 +1,3 @@
{ {
"0.0.1": "0.15.0", "0.1.0": "1.3.7"
"0.1.0": "0.15.0",
"0.1.1": "0.15.0",
"0.1.2": "0.15.0",
"0.1.3": "0.15.0",
"0.1.4": "0.15.0",
"0.1.5": "0.15.0",
"0.1.6": "0.15.0",
"0.1.7": "1.2.8"
} }