chore(release): v1.34.23 — update-target for v1.34.22 auto-update test

No functional changes. Throwaway build to serve as the "latest" release
that v1.34.22 will find, download, verify, and install via the Tauri
Updater. Will be deleted once the updater round-trip is confirmed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-18 17:18:33 +02:00
parent 939ed3d412
commit 36f0ef79fe
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -3653,7 +3653,7 @@ dependencies = [
[[package]]
name = "psysonic"
version = "1.34.22"
version = "1.34.23"
dependencies = [
"biquad",
"discord-rich-presence",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.34.22"
version = "1.34.23"
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.34.22",
"version": "1.34.23",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",