diff --git a/README.md b/README.md index 3c80be4..4769bf5 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http #### Get the executable - 📥 Download the latest binaries [here](https://github.com/ByteDream/crunchyroll-go/releases/latest) or get it from below - - [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_linux) - - [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_windows.exe) - - [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_darwin) + - [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_linux) + - [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_windows.exe) + - [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_darwin) - 🛠 Build it yourself - use `make` (requires `go` to be installed) ```