更新版本至 v0.4.1

This commit is contained in:
2026-05-21 14:22:14 +08:00
parent 987d34f58b
commit 76948a34c9
3 changed files with 3 additions and 3 deletions

2
src-tauri/Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 4
[[package]]
name = "Nekosonic"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"base64 0.22.1",
"cpal",

View File

@ -1,6 +1,6 @@
[package]
name = "Nekosonic"
version = "0.4.0"
version = "0.4.1"
description = "A Simple music app"
authors = ["atdunbg"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Nekosonic",
"version": "0.4.0",
"version": "0.4.1",
"identifier": "com.atdunbg.Nekosonic",
"build": {
"beforeDevCommand": "npm run dev",