From 9741283b9fcf4a1b1e98046261d739b21f8e18bb Mon Sep 17 00:00:00 2001 From: Yvette Carlisle Date: Thu, 11 Jun 2026 13:55:55 +0800 Subject: [PATCH] {"schema":"decodex/commit/1","summary":"Bump Decodex plugin and app fallback versions","authority":"manual"} --- apps/decodex-app/script/build_and_run.sh | 2 +- plugins/decodex/.codex-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/decodex-app/script/build_and_run.sh b/apps/decodex-app/script/build_and_run.sh index aeeef8516..21a6e0ca7 100755 --- a/apps/decodex-app/script/build_and_run.sh +++ b/apps/decodex-app/script/build_and_run.sh @@ -72,7 +72,7 @@ if [[ -z "$APP_VERSION" ]]; then "$WORKTREE_ROOT/Cargo.toml" | head -n 1 )" fi -APP_VERSION="${APP_VERSION:-0.1.0}" +APP_VERSION="${APP_VERSION:-0.2.0}" terminate_running_app() { pkill -x "$EXECUTABLE_NAME" >/dev/null 2>&1 || true diff --git a/plugins/decodex/.codex-plugin/plugin.json b/plugins/decodex/.codex-plugin/plugin.json index 9dfd31a71..bb4fb3547 100644 --- a/plugins/decodex/.codex-plugin/plugin.json +++ b/plugins/decodex/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "decodex", - "version": "0.1.0", + "version": "0.2.0", "description": "Agent-facing workflows for Decodex research/design intake, planning, manual CLI use, and runtime-owned automation.", "author": { "name": "hack-ink",