chore(desktop): release v0.10.2

This commit is contained in:
byGalax
2026-04-22 19:24:14 +02:00
parent 31d21dd2c2
commit 6301ebb392
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@chat-app/desktop",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"description": "Tauri v2 desktop client (Windows / macOS / Linux)",
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "chat-app-desktop"
version = "0.10.1"
version = "0.10.2"
description = "ChatApp desktop client"
authors = ["Dennis"]
edition = "2021"
+4 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ChatApp",
"version": "0.10.1",
"version": "0.10.2",
"identifier": "com.meinname.chatapp",
"build": {
"beforeDevCommand": "pnpm vite:dev",
@@ -42,7 +42,9 @@
},
"plugins": {
"updater": {
"endpoints": ["https://update.netralax.cloud/windows/latest.json"],
"endpoints": [
"https://update.netralax.cloud/windows/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEI1Mzc0QjVBQUZEQTA3RUIKUldUckI5cXZXa3MzdGM3QkE4WWFPd3NnVzRZeXdpcUM0eUtjRDlGN09ySEdzNXhLNlo3azBPajYK",
"windows": {
"installMode": "passive"