From 5dce817c9eef5fa119b8251a76b4b30d0705ae42 Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 13 May 2026 16:27:09 +0900 Subject: [PATCH] Bump version to 0.1.5 --- 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 923ee971..d8b117f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "1.12.0", "description": "Run Codex from a side panel.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 508e6eb2..d89f1df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 13a7f464..13253429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.4", + "version": "0.1.5", "description": "Obsidian side panel for Codex app-server.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index d018f1ca..878e6609 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "1.5.0", "0.1.1": "1.12.0", "0.1.3": "1.12.0", - "0.1.4": "1.12.0" + "0.1.4": "1.12.0", + "0.1.5": "1.12.0" }