fix: v1.27.1 — CI signing pipeline, sig naming, npm+cargo caching

This commit is contained in:
Psychotoxical
2026-04-02 03:07:19 +02:00
parent e9fa541933
commit 2fe35e3f9b
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.27.0"
version = "1.27.1"
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.27.0",
"version": "1.27.1",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",