From c682e97671b6efacf1a0ea51dfe2738736809eb8 Mon Sep 17 00:00:00 2001 From: Will Wiriawan Date: Tue, 1 Sep 2026 15:51:26 +0700 Subject: [PATCH] chore(release): v0.2.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2dfdfd..d5d91e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-to-codex", - "version": "0.1.0", + "version": "0.2.0", "description": "Claude thinks. Codex works. Use Claude Web as the planning and review brain while keeping the Codex harness.", "type": "module", "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 88dc51d..630e194 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ -export const VERSION = "0.1.0"; +export const VERSION = "0.2.0"; export const SERVICE_NAME = "c2c-bridge"; export const PRODUCT_NAME = "Chat to Codex";