修改版本
Some checks are pending
Build for Open Source / build (Linux, ubuntu-22.04, ) (push) Waiting to run
Build for Open Source / build (Windows, windows-latest, ) (push) Waiting to run
Build for Open Source / build (macOS, macos-latest, ) (push) Waiting to run
Release / build-linux (push) Waiting to run
Release / build-macos (push) Waiting to run
Release / Create Release (push) Blocked by required conditions

This commit is contained in:
2025-09-08 00:34:50 +08:00
parent 0e78b08549
commit 6ef45f328c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "claudia",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"license": "AGPL-3.0",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -718,7 +718,7 @@ dependencies = [
[[package]]
name = "claudia"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "claudia"
version = "1.1.0"
version = "1.2.0"
description = "GUI app and Toolkit for Claude Code"
authors = ["mufeedvh", "123vviekr"]
license = "AGPL-3.0"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Claudia",
"version": "1.1.0",
"version": "1.2.0",
"identifier": "claudia.asterisk.so",
"build": {
"beforeDevCommand": "bun run dev",