mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 02:48:34 +01:00
0.1.2
This commit is contained in:
parent
3c59ee5de9
commit
9359ff3571
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "just-share-please",
|
"id": "just-share-please",
|
||||||
"name": "Just Share Please",
|
"name": "Just Share Please",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"minAppVersion": "1.3.7",
|
"minAppVersion": "1.3.7",
|
||||||
"description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
|
"description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
|
||||||
"author": "Ellpeck",
|
"author": "Ellpeck",
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "just-share-please",
|
"name": "just-share-please",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "just-share-please",
|
"name": "just-share-please",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.11.6",
|
"@types/node": "^16.11.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-share-please",
|
"name": "just-share-please",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!",
|
"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": {
|
||||||
|
|
Loading…
Reference in a new issue