diff --git a/manifest.json b/manifest.json index ba6776b2..c493f42c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copilot", "name": "Copilot", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "0.15.0", "description": "A ChatGPT Copilot in Obsidian.", "author": "Logan Yang", diff --git a/package-lock.json b/package-lock.json index 94efb1f4..65d9dca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-copilot", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-copilot", - "version": "1.2.3", + "version": "1.2.4", "license": "AGPL-3.0", "dependencies": { "@tabler/icons-react": "^2.14.0", diff --git a/package.json b/package.json index 2735099d..6b2aac53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copilot", - "version": "1.2.3", + "version": "1.2.4", "description": "ChatGPT integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8445c664..45a56905 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.2.0": "0.15.0", "1.2.1": "0.15.0", "1.2.2": "0.15.0", - "1.2.3": "0.15.0" + "1.2.3": "0.15.0", + "1.2.4": "0.15.0" } \ No newline at end of file