Skip to content

Commit

Permalink
0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 7, 2025
1 parent c0e4b26 commit 1c384e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "museeks",
"productName": "Museeks",
"version": "0.20.2",
"version": "0.20.3",
"description": "A simple, clean and cross-platform music player.",
"type": "module",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions scripts/checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ checksum_file () {
shasum -a 256 $1 > $1.sha256
}

checksum_file release/Museeks_0.20.2_amd64.deb
checksum_file release/Museeks_0.20.2_x64-setup.exe
checksum_file release/Museeks_0.20.2_amd64.AppImage
checksum_file release/Museeks-0.20.2-1.x86_64.rpm
checksum_file release/Museeks_0.20.2_universal.dmg
checksum_file release/Museeks_0.20.3_amd64.deb
checksum_file release/Museeks_0.20.3_x64-setup.exe
checksum_file release/Museeks_0.20.3_amd64.AppImage
checksum_file release/Museeks-0.20.3-1.x86_64.rpm
checksum_file release/Museeks_0.20.3_universal.dmg
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
Expand Up @@ -2,7 +2,7 @@

[package]
name = "museeks"
version = "0.20.2"
version = "0.20.3"
description = "A simple, clean and cross-platform music player"
authors = ["Pierre de la Martinière <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Museeks",
"version": "0.20.2",
"version": "0.20.3",
"identifier": "Museeks",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit 1c384e6

Please sign in to comment.