chore: release v1.0.0

This commit is contained in:
Psychotoxical
2026-03-09 20:07:30 +01:00
parent 244435cdf1
commit e5ac5b775f
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "0.1.2"
version = "1.0.0"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+2 -3
View File
@@ -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"
}