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",