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",