diff --git a/manifest.json b/manifest.json index 15371a6..113a7dc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "card-note", "name": "CardNote", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.5.11", "description": "Help you quickly extract your thoughts in the Canvas and Excalidraw", "author": "cycsd", diff --git a/package-lock.json b/package-lock.json index a7eaa62..e92aa70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "card-note-plugin", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "card-note-plugin", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "codemirror": "^6.0.1", diff --git a/package.json b/package.json index 2ecea2d..6f0fe38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "card-note-plugin", - "version": "1.1.0", + "version": "1.2.0", "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 279af38..aae920f 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.0.0": "1.5.11", "1.0.1": "1.5.11", "1.0.2": "1.5.11", - "1.1.0": "1.5.11" + "1.1.0": "1.5.11", + "1.2.0": "1.5.11" } \ No newline at end of file