更新版本
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",
"private": true,
"version": "1.2.0",
"version": "1.2.2",
"license": "AGPL-3.0",
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
[package]
name = "claudia"
version = "1.2.0"
version = "1.2.2"
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.2.0",
"version": "1.2.2",
"identifier": "claudia.asterisk.so",
"build": {
"beforeDevCommand": "bun run dev",