diff --git a/manifest.json b/manifest.json index 153f756..f832178 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "card-note", "name": "CardNote", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "0.15.0", "description": "Help you quickly extract your thoughts in the Canvas and Excalidraw", "author": "cycsd", "authorUrl": "https://github.com/cycsd/obsidian-card-note", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 1f27e4b..a3a9644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "card-note-plugin", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "card-note-plugin", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "codemirror": "^6.0.1" diff --git a/package.json b/package.json index 43e88e3..707ed20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "card-note-plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "Help you quickly extract your thought in the Canvas and Excalidraw", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7f31a90..3bd8d6a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "1.0.0": "0.15.0", "0.1.1": "0.15.0", - "0.2.0": "0.15.0" -} \ No newline at end of file + "0.2.0": "0.15.0", + "0.2.1": "0.15.0" +}