From 31a8195ebd75a1bd4b166cc0776c6f8b9b7c5e92 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Fri, 27 Mar 2026 18:25:54 +0800 Subject: [PATCH] =?UTF-8?q?Release=20version=200.4.3=20=E5=8F=AF=E8=A7=86?= =?UTF-8?q?=E5=8C=96=E5=88=9B=E5=BB=BA=E6=96=B0=E9=A1=B9=E7=9B=AE=EF=BC=9A?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E9=85=8D=E7=BD=AE=E9=9D=A2=E6=9D=BF=EF=BC=8C?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=AE=9E=E6=97=B6=E9=A2=84=E8=A7=88=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 4423bc2..42e7e0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.4.2", + "version": "0.4.3", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 889fefa..2c2a062 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -847,7 +847,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.4.2" +version = "0.4.3" dependencies = [ "agent-client-protocol-schema", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 88f37f2..5cf1941 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.4.2" +version = "0.4.3" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3e4b947..250defb 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.2", + "version": "0.4.3", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",