第一个版本发布

This commit is contained in:
xggz
2026-03-06 23:07:39 +08:00
parent 54d1097b41
commit dce5da62c8
5 changed files with 4 additions and 98 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -749,7 +749,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]]
name = "codeg"
version = "0.0.13"
version = "0.0.14"
dependencies = [
"bzip2",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "codeg"
version = "0.0.13"
version = "0.0.14"
description = "Agent Code Generation App"
authors = ["feitao"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "codeg",
"version": "0.0.13",
"version": "0.0.14",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",