diff --git a/manifest.json b/manifest.json index a030366b..e28c0134 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.5.0", "description": "Run Codex from a side panel.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 47922743..4ec21a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 4d202b6e..1a808e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.0", + "version": "0.1.1", "description": "Obsidian side panel for Codex app-server.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 708016db..fc3147a2 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.5.0" + "0.1.0": "1.5.0", + "0.1.1": "1.5.0" }