From c9f1ba44a63a1817dfb15c239b8a4293b873759f Mon Sep 17 00:00:00 2001 From: coso Date: Thu, 15 Jan 2026 23:04:55 +0800 Subject: [PATCH] chore: bump version to 0.47.1 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6c5641138..fb0ba6578 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "proxycast", "private": true, - "version": "0.47.0", + "version": "0.47.1", "type": "module", "repository": { "type": "git", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5efb99e4d..313c52629 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6060,7 +6060,7 @@ dependencies = [ [[package]] name = "proxycast" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "arboard", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2bc3cfeb5..c09519dbf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8d340662a..025015b44 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": "ProxyCast", - "version": "0.47.0", + "version": "0.47.1", "identifier": "com.proxycast.app", "build": { "beforeDevCommand": "npm run dev",