chore: bump version to 0.47.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
coso
2026-01-15 23:04:55 +08:00
co-authored by Claude Opus 4.5
parent cd2e4b19f8
commit c9f1ba44a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "proxycast",
"private": true,
"version": "0.47.0",
"version": "0.47.1",
"type": "module",
"repository": {
"type": "git",
+1 -1
View File
@@ -6060,7 +6060,7 @@ dependencies = [
[[package]]
name = "proxycast"
version = "0.47.0"
version = "0.47.1"
dependencies = [
"anyhow",
"arboard",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "proxycast"
version = "0.47.0"
version = "0.47.1"
description = "AI API Proxy Desktop App"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ProxyCast",
"version": "0.47.0",
"version": "0.47.1",
"identifier": "com.proxycast.app",
"build": {
"beforeDevCommand": "npm run dev",