更新版本
Some checks failed
Build Linux / Build Linux x86_64 (push) Has been cancelled
Build Test / Build Test (Linux) (push) Has been cancelled
Build Test / Build Test (Windows) (push) Has been cancelled
Build Test / Build Test (macOS) (push) Has been cancelled
Build Test / Build Test Summary (push) Has been cancelled

This commit is contained in:
2025-09-28 11:03:09 +08:00
parent e3e35ff3b3
commit e76f0fefb4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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