From afa67380e78efe0044eff760886e6e1b8a72f643 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Fri, 27 Mar 2026 22:34:59 +0800 Subject: [PATCH] =?UTF-8?q?Release=20version=200.4.4=20=E4=BF=AE=E5=A4=8Dw?= =?UTF-8?q?eb=E6=9C=8D=E5=8A=A1=E9=A1=B5=E9=9D=A2=E6=9C=AA=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=A4=9A=E8=AF=AD=E8=A8=80=EF=BC=9B=20=E7=8E=B0?= =?UTF-8?q?=E5=9C=A8=E4=BC=9A=E8=AF=9D=E8=BE=93=E5=85=A5=E6=A1=86=E4=BC=9A?= =?UTF-8?q?=E8=AE=B0=E4=BD=8F=E7=94=A8=E6=88=B7=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=92=8C=E6=A8=A1=E5=9E=8B=E9=80=89=E6=8B=A9?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E6=AF=8F=E6=AC=A1=E9=83=BD=E8=A6=81?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8B=BE=E9=80=89=EF=BC=9B=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=AF=E5=8A=A8=E5=99=A8=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E5=9B=BE=E8=A1=A8=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E4=B8=BAOrange=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 42e7e0f..a3ac4ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.4.3", + "version": "0.4.4", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2c2a062..45ce89b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.4.3" +version = "0.4.4" dependencies = [ "agent-client-protocol-schema", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5cf1941..3ddc2fb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.4.3" +version = "0.4.4" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 250defb..b56c73f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "codeg", - "version": "0.4.3", + "version": "0.4.4", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",