Skip to content

Commit 7cf3481

Browse files
committed
Update version to 0.0.84
1 parent 80db22e commit 7cf3481

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "music-assistant-companion",
3-
"version": "0.0.83",
3+
"version": "0.0.84",
44
"type": "module",
55
"description": "The Music Assistant Companion app developed in Tauri.",
66
"license": "Apache-2.0",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "music-assistant-companion"
3-
version = "0.0.83"
3+
version = "0.0.84"
44
description = "Music Assistant Companion App"
55
authors = ["The Music Assistant Team"]
66
license = "Apache-2.0"

src-tauri/tauri.conf.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@
1818
"icons/icon.icns",
1919
"icons/icon.ico"
2020
],
21-
"externalBin": ["bin/squeezelite"],
21+
"externalBin": [
22+
"bin/squeezelite"
23+
],
2224
"linux": {
2325
"appimage": {
2426
"bundleMediaFramework": true
2527
}
2628
}
2729
},
2830
"productName": "Music Assistant Companion",
29-
"version": "0.0.83",
31+
"version": "0.0.84",
3032
"identifier": "io.music-assistant.companion",
3133
"plugins": {
3234
"updater": {

0 commit comments

Comments
 (0)