chore: release v0.9.0

This commit is contained in:
2026-07-15 17:27:07 +08:00
parent 1fddbeab77
commit 83cfae3b10
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "Nekosonic"
version = "0.8.1"
version = "0.9.0"
dependencies = [
"async-trait",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "Nekosonic"
version = "0.8.1"
version = "0.9.0"
description = "A Simple music app"
authors = ["atdunbg"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Nekosonic",
"version": "0.8.1",
"version": "0.9.0",
"identifier": "com.atdunbg.Nekosonic",
"build": {
"beforeDevCommand": "npm run dev",