diff --git a/manifest.json b/manifest.json index 4bf6b99..30aea31 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "clippermaster", "name": "ClipperMaster", - "version": "0.1.9", + "version": "0.1.10", "minAppVersion": "0.15.0", - "description": "Works with the ClipperMaster Chrome extension to clip structured content from the web and save it to your Obsidian vault as Markdown files.", + "description": "Works with the ClipperMaster Chrome extension to clip structured content from the web and save it to your vault as Markdown files.", "author": "ClipperMaster Team", "authorUrl": "https://clippermaster.com/", "isDesktopOnly": true diff --git a/package-lock.json b/package-lock.json index 66725c4..674108d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clippermaster-plugin-for-obsidian", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index fad0c31..0a8787a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clippermaster-plugin-for-obsidian", - "version": "0.1.9", + "version": "0.1.10", "description": "This is a ClipperMaster Plugin for Obsidian (https://clippermaster.com)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 97083a4..29d4b2b 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "0.1.9": "0.15.0", - "0.1.8": "0.15.0" + "0.1.8": "0.15.0", + "0.1.10": "0.15.0" } \ No newline at end of file