chore: bump desktop version to v0.2.2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
程序员阿江(Relakkes) 2026-05-08 23:43:29 +08:00
parent a0624eeb21
commit 623f4a5848
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "claude-code-desktop",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -473,7 +473,7 @@ dependencies = [
[[package]]
name = "claude-code-desktop"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"anyhow",
"portable-pty",

View File

@ -1,6 +1,6 @@
[package]
name = "claude-code-desktop"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
[lib]

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
"productName": "Claude Code Haha",
"version": "0.2.1",
"version": "0.2.2",
"identifier": "com.claude-code-haha.desktop",
"build": {
"frontendDist": "../dist",