diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 9b39d47..3b995a4 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@chat-app/desktop", - "version": "0.10.2", + "version": "0.11.0", "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 86e6b51..144e378 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.10.2" +version = "0.11.0" 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 320996a..487f93b 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.10.2", + "version": "0.11.0", "identifier": "com.meinname.chatapp", "build": { "beforeDevCommand": "pnpm vite:dev",