chore(release): v1.43.0 (#225)

Co-authored-by: Psychotoxical <dev@psysonic.app>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Frank Stellmacher
2026-04-20 23:34:05 +02:00
committed by GitHub
parent e7bfe276c3
commit 77598e10e9
5 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -3653,7 +3653,7 @@ dependencies = [
[[package]]
name = "psysonic"
version = "1.42.1"
version = "1.43.0"
dependencies = [
"biquad",
"discord-rich-presence",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.42.1"
version = "1.43.0"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.42.1",
"version": "1.43.0",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",