Skip to content

Commit

Permalink
0.20.1 (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 2, 2025
1 parent 59240e0 commit ef2466f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.0_amd64.deb
checksum_file release/Museeks_0.20.0_x64-setup.exe
checksum_file release/Museeks_0.20.0_amd64.AppImage
checksum_file release/Museeks-0.20.0-1.x86_64.rpm
checksum_file release/Museeks_0.20.0_universal.dmg
checksum_file release/Museeks_0.20.1_amd64.deb
checksum_file release/Museeks_0.20.1_x64-setup.exe
checksum_file release/Museeks_0.20.1_amd64.AppImage
checksum_file release/Museeks-0.20.1-1.x86_64.rpm
checksum_file release/Museeks_0.20.1_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.0"
version = "0.20.1"
description = "A simple, clean and cross-platform music player"
authors = ["Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>"]
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.0",
"version": "0.20.1",
"identifier": "Museeks",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit ef2466f

Please sign in to comment.