diff --git a/apps/desktop/package.json b/apps/desktop/package.json index f7aa423..cf12ad3 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@chat-app/desktop", - "version": "0.11.1", + "version": "0.11.2", "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 0e3f31a..5485f6e 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.1" +version = "0.11.2" 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 d2a91ac..3f06b7f 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.1", + "version": "0.11.2", "identifier": "com.meinname.chatapp", "build": { "beforeDevCommand": "pnpm vite:dev",