Skip to content

Commit

Permalink
Update version to 0.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jan 3, 2025
1 parent 80db22e commit 7cf3481
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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-companion",
"version": "0.0.83",
"version": "0.0.84",
"type": "module",
"description": "The Music Assistant Companion app developed in Tauri.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-companion"
version = "0.0.83"
version = "0.0.84"
description = "Music Assistant Companion App"
authors = ["The Music Assistant Team"]
license = "Apache-2.0"
Expand Down
6 changes: 4 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": ["bin/squeezelite"],
"externalBin": [
"bin/squeezelite"
],
"linux": {
"appimage": {
"bundleMediaFramework": true
}
}
},
"productName": "Music Assistant Companion",
"version": "0.0.83",
"version": "0.0.84",
"identifier": "io.music-assistant.companion",
"plugins": {
"updater": {
Expand Down

0 comments on commit 7cf3481

Please sign in to comment.