From e76f0fefb408e4df9e7a68474c040fdefc38d3c7 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sun, 28 Sep 2025 11:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 37c053a..377f760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "claudia", "private": true, - "version": "1.2.0", + "version": "1.2.2", "license": "AGPL-3.0", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5adc920..5141a6c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ee3a39d..495badf 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": "Claudia", - "version": "1.2.0", + "version": "1.2.2", "identifier": "claudia.asterisk.so", "build": { "beforeDevCommand": "bun run dev",