chore(release): finalize release version 1.46.0

This commit is contained in:
github-actions[bot]
2026-05-18 11:54:41 +00:00
parent 17db557239
commit 70c5e06b65
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.46.0-rc.5",
"version": "1.46.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.46.0-rc.5",
"version": "1.46.0",
"dependencies": {
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/figtree": "^5.2.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "psysonic",
"version": "1.46.0-rc.5",
"version": "1.46.0",
"private": true,
"scripts": {
"check:css-imports": "node scripts/check-css-import-graph.mjs",
+1 -1
View File
@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "1.46.0-rc.5"
version = "1.46.0"
edition = "2021"
rust-version = "1.89"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.46.0-rc.5",
"version": "1.46.0",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",