mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 20:28:34 +01:00
updated plugin description and versions
This commit is contained in:
parent
46d680515d
commit
0fa6dff2d6
3 changed files with 4 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue