diff --git a/manifest.json b/manifest.json index 15ab225..2bc0864 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "copy-highlighter", "name": "Copy Highlighter", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "0.16.0", - "description": "Highlights copied text in Obsidian.", + "description": "Highlights copied text.", "author": "Nymbo", "authorUrl": "https://github.com/Nymbo", "isDesktopOnly": false diff --git a/package-lock.json b/package-lock.json index e00233a..1e5a3ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-highlighter", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copy-highlighter", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@codemirror/state": "^6.6.0", diff --git a/package.json b/package.json index 9a20aec..b3a95f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copy-highlighter", - "version": "0.2.0", - "description": "Highlights copied text in Obsidian.", + "version": "0.2.1", + "description": "Highlights copied text.", "main": "main.js", "type": "module", "scripts": { diff --git a/versions.json b/versions.json index 1348715..ec1673c 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.15.0", "0.1.2": "0.16.0", "0.1.3": "0.16.0", - "0.2.0": "0.16.0" + "0.2.0": "0.16.0", + "0.2.1": "0.16.0" }