Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

bump version code

Changed files
+10 -10
dist
debian
amd64
DEBIAN
arm64
DEBIAN
rpm
amd64
arm64
+1 -1
Cargo.lock
··· 4358 4358 4359 4359 [[package]] 4360 4360 name = "tunein-cli" 4361 - version = "0.4.0" 4361 + version = "0.4.1" 4362 4362 dependencies = [ 4363 4363 "anyhow", 4364 4364 "async-trait",
+1 -1
Cargo.toml
··· 8 8 name = "tunein-cli" 9 9 readme = "README.md" 10 10 repository = "https://github.com/tsirysndr/tunein-cli" 11 - version = "0.4.0" 11 + version = "0.4.1" 12 12 13 13 [[bin]] 14 14 name = "tunein"
+2 -2
README.md
··· 108 108 Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases). 109 109 110 110 ## ๐Ÿ“ฆ Downloads 111 - - `Mac`: arm64: [tunein_v0.4.0_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.0/tunein_v0.4.0_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.4.0_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.0/tunein_v0.4.0_x86_64-apple-darwin.tar.gz) 112 - - `Linux`: [tunein_v0.4.0_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.0/tunein_v0.4.0_x86_64-unknown-linux-gnu.tar.gz) 111 + - `Mac`: arm64: [tunein_v0.4.1_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.1/tunein_v0.4.1_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.4.1_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.1/tunein_v0.4.1_x86_64-apple-darwin.tar.gz) 112 + - `Linux`: [tunein_v0.4.1_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.4.1/tunein_v0.4.1_x86_64-unknown-linux-gnu.tar.gz) 113 113 114 114 ## ๐Ÿš€ Usage 115 115 ```
+1 -1
dist/debian/amd64/DEBIAN/control
··· 1 1 Package: tunein-cli 2 - Version: 0.4.0 2 + Version: 0.4.1 3 3 Section: user/multimedia 4 4 Priority: optional 5 5 Architecture: amd64
+1 -1
dist/debian/arm64/DEBIAN/control
··· 1 1 Package: tunein-cli 2 - Version: 0.4.0 2 + Version: 0.4.1 3 3 Section: user/multimedia 4 4 Priority: optional 5 5 Architecture: arm64
+1 -1
dist/rpm/amd64/tunein.spec
··· 1 1 Name: tunein-cli 2 - Version: 0.4.0 2 + Version: 0.4.1 3 3 Release: 1%{?dist} 4 4 Summary: CLI for listening to internet radio stations 5 5
+1 -1
dist/rpm/arm64/tunein.spec
··· 1 1 2 2 Name: tunein-cli 3 - Version: 0.4.0 3 + Version: 0.4.1 4 4 Release: 1%{?dist} 5 5 Summary: CLI for listening to internet radio stations 6 6
+2 -2
flake.nix
··· 46 46 # Common arguments can be set here to avoid repeating them later 47 47 commonArgs = { 48 48 inherit src; 49 - 49 + 50 50 pname = "tunein"; 51 - version = "0.4.0"; 51 + version = "0.4.1"; 52 52 53 53 buildInputs = [ 54 54 # Add additional build inputs here