Skip to content

Commit

Permalink
fix rate limit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 1, 2024
1 parent 88080f9 commit fd9db9f
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 122 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "tunein-cli"
readme = "README.md"
repository = "https://github.com/tsirysndr/tunein-cli"
version = "0.2.3"
version = "0.2.4"

[[bin]]
name = "tunein"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ nix profile install --experimental-features "nix-command flakes" github:tsirysnd
Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).

## 📦 Downloads
- `Mac`: arm64: [tunein_v0.2.3_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.3/tunein_v0.2.3_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.2.3_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.3/tunein_v0.2.3_x86_64-apple-darwin.tar.gz)
- `Linux`: [tunein_v0.2.3_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.3/tunein_v0.2.3_x86_64-unknown-linux-gnu.tar.gz)
- `Mac`: arm64: [tunein_v0.2.4_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.4/tunein_v0.2.4_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.2.4_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.4/tunein_v0.2.4_x86_64-apple-darwin.tar.gz)
- `Linux`: [tunein_v0.2.4_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.2.4/tunein_v0.2.4_x86_64-unknown-linux-gnu.tar.gz)
## 🚀 Usage
```
USAGE:
Expand Down
Loading

0 comments on commit fd9db9f

Please sign in to comment.