Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jul 29, 2023
1 parent b51387a commit 4d866c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## V0.0.7

Create individual builds for mac intel and apple silicon.

## V0.0.6

Static port so localStorage works.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "musicassistantdesktop",
"version": "0.0.6",
"version": "0.0.7",
"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.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 = "musicassistantdesktop"
version = "0.0.6"
version = "0.0.7"
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 = "musicassistantdesktop"
version = "0.0.6"
version = "0.0.7"

[tauri.allowlist]
all = false
Expand Down

0 comments on commit 4d866c8

Please sign in to comment.