diff --git a/apps/desktop/package.json b/apps/desktop/package.json index cf12ad3..7c5d22f 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@chat-app/desktop", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Tauri v2 desktop client (Windows / macOS / Linux)", "type": "module", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 5485f6e..87ccdf9 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chat-app-desktop" -version = "0.11.2" +version = "0.11.3" description = "ChatApp desktop client" authors = ["Dennis"] edition = "2021" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 3f06b7f..d1c932b 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ChatApp", - "version": "0.11.2", + "version": "0.11.3", "identifier": "com.meinname.chatapp", "build": { "beforeDevCommand": "pnpm vite:dev",