Skip to content

Commit fd9db9f

Browse files
committed
fix rate limit issue
1 parent 88080f9 commit fd9db9f

File tree

5 files changed

+204
-122
lines changed

5 files changed

+204
-122
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tunein-cli"
99
readme = "README.md"
1010
repository = "https://github.com/tsirysndr/tunein-cli"
11-
version = "0.2.3"
11+
version = "0.2.4"
1212

1313
[[bin]]
1414
name = "tunein"

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ nix profile install --experimental-features "nix-command flakes" github:tsirysnd
6969
Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).
7070

7171
## πŸ“¦ Downloads
72-
- `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)
73-
- `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)
72+
- `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)
73+
- `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)
7474
## πŸš€ Usage
7575
```
7676
USAGE:

0 commit comments

Comments
Β (0)