diff --git a/manifest.json b/manifest.json index 37621045..ee318dfc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "1.12.0", "description": "Run Codex from a side panel.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index d22792a7..5a512492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.6", + "version": "0.1.7", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index e7e76179..b2fae2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.6", + "version": "0.1.7", "description": "Obsidian side panel for Codex app-server.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 964df722..855c856a 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.1.3": "1.12.0", "0.1.4": "1.12.0", "0.1.5": "1.12.0", - "0.1.6": "1.12.0" + "0.1.6": "1.12.0", + "0.1.7": "1.12.0" }