From ffa7188ee54f19cfadb6dca98426ec17ecbe3f87 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sat, 28 Mar 2026 20:41:44 +0800 Subject: [PATCH] =?UTF-8?q?Release=20version=200.4.5=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=87=8C=E8=AF=BB/=E5=86=99=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=9A=84=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=A4=A7=E5=A4=A7?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E9=98=85=E8=AF=BB=E6=80=A7=EF=BC=9B=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81Cline=20Agent=EF=BC=9B=20Welcome=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=94=AF=E6=8C=81=E5=BF=AB=E6=8D=B7=E9=94=AE=EF=BC=9B?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E4=BC=9A=E8=AF=9D=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=88=B0=E5=BA=95=E9=83=A8=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=EF=BC=9B=20=E8=B0=83=E6=95=B4folder?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E7=9A=84=E7=BB=88=E7=AB=AF=E6=8C=89=E9=92=AE?= =?UTF-8?q?=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 a3ac4ff..dd83a02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.4.4", + "version": "0.4.5", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 45ce89b..97f704d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.4.4" +version = "0.4.5" dependencies = [ "agent-client-protocol-schema", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3ddc2fb..dc6078d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.4.4" +version = "0.4.5" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b56c73f..39a2034 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.4", + "version": "0.4.5", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",