Bump version to 0.1.1.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XiaoDuoYa
2026-08-31 20:33:22 +08:00
co-authored by Cursor
parent 93dc6acf87
commit 5131cea191
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codex-with-chatgpt",
"version": "0.1.0",
"version": "0.1.1",
"description": "ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.",
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,3 +1,3 @@
export const VERSION = "0.1.0";
export const VERSION = "0.1.1";
export const SERVICE_NAME = "c2c-bridge";
export const PRODUCT_NAME = "Codex with ChatGPT";