diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..67b3f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.0.2 + +Support Joplin mobile. diff --git a/package-lock.json b/package-lock.json index 12b6451..73025f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-debug-info", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "joplin-plugin-debug-info", - "version": "0.0.1", + "version": "0.0.2", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 05db9a4..7fdde80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-debug-info", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 8f1bfed..7aa2953 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.joplin-plugin-debug-info", "app_min_version": "2.14", - "version": "0.0.1", + "version": "0.0.2", "name": "Joplin debug tool", "description": "Adds a panel that shows additional information about the current note.", "author": "Henry Heino", "homepage_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets", "repository_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets", - "keywords": ["snippets", "autocomplete", "suggestions"], - "categories": ["editor", "productivity"], + "keywords": ["debug", "delete", "resources", "info"], + "categories": ["developer tools", "productivity"], "platforms": ["desktop", "mobile"] }