Skip to content

Commit

Permalink
v10
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Aug 10, 2023
1 parent 6666f75 commit 561e499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "music-assistant-desktop",
"version": "0.0.11",
"version": "0.0.10",
"type": "module",
"description": "The Music Assistant frontend developed in Vue.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "music-assistant-desktop"
version = "0.0.11"
version = "0.0.10"
description = "Music Assistant Desktop App"
authors = ["you"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ withGlobalTauri = false

[package]
productName = "music-assistant-desktop"
version = "0.0.11"
version = "0.0.10"

[tauri.allowlist.shell]
all = false
Expand Down

0 comments on commit 561e499

Please sign in to comment.