chore(release): bump to 1.43.2 (flatpak test retry) (#294)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Frank Stellmacher
2026-04-24 21:56:40 +02:00
committed by GitHub
parent e4ef31ce47
commit 2476c2197d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
>
> **📦 Version jump 1.34.x → 1.40.0:** The 1.34.x patch series was bumped a lot as each small feature landed. 1.40.0 consolidates the last few weeks of work — macOS signing + auto-updater, the Device-Sync overhaul, theme work and contrast audits — into a single coherent release. The next major bump (2.0.0) is planned once Windows code-signing + Windows auto-updater are active as well.
## [1.43.1]
## [1.43.2]
test
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "psysonic",
"version": "1.43.1",
"version": "1.43.2",
"private": true,
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -3653,7 +3653,7 @@ dependencies = [
[[package]]
name = "psysonic"
version = "1.43.1"
version = "1.43.2"
dependencies = [
"biquad",
"discord-rich-presence",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.43.1"
version = "1.43.2"
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.43.1",
"version": "1.43.2",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",