From d0ffc96bb7317adaf7681fd66a9422a05af2db51 Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 13 May 2026 08:19:36 +0900 Subject: [PATCH] Release 0.1.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) 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" }