diff --git a/package.json b/package.json index 33df0e3f..892419f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psysonic", - "version": "0.1.2", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7e0fc2ee..d4db6f48 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psysonic" -version = "0.1.2" +version = "1.0.0" description = "Psysonic Desktop Music Player" authors = [] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b39cdfdf..cd75c807 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": "Psysonic", - "version": "0.1.2", + "version": "1.0.0", "identifier": "dev.psysonic.app", "build": { "beforeDevCommand": "npm run dev", @@ -10,7 +10,7 @@ "frontendDist": "../dist" }, "app": { - "withGlobalTauri": true, + "withGlobalTauri": false, "windows": [ { "title": "Psysonic", @@ -31,7 +31,6 @@ "trayIcon": { "iconPath": "icons/icon.png", "iconAsTemplate": false, - "menuOnLeftClick": false, "title": "Psysonic", "tooltip": "Psysonic" }