diff --git a/manifest.json b/manifest.json index b574edf..9f79b62 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "id": "just-share-please", "name": "Just Share Please", "version": "0.1.0", - "minAppVersion": "1.3.0", - "description": "A simple plugin that allows sharing a note using a random link", + "minAppVersion": "1.3.7", + "description": "Quickly and easily share individual notes online using an anonymized link. Also easy to self-host!", "author": "Ellpeck", "authorUrl": "https://ellpeck.de", "isDesktopOnly": false diff --git a/package.json b/package.json index 7b90cf4..295e39d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-share-please", "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", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 384fced..f251d7b 100644 --- a/versions.json +++ b/versions.json @@ -1,11 +1,3 @@ { - "0.0.1": "0.15.0", - "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" + "0.1.0": "1.3.7" }