Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 27, 2025
1 parent ff4fa5f commit e12f0bb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 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.3.0"
version = "0.3.1"

[[bin]]
name = "tunein"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ paru -S tunein-cli-bin
Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).

## 📦 Downloads
- `Mac`: arm64: [tunein_v0.3.0_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.0_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_x86_64-apple-darwin.tar.gz)
- `Linux`: [tunein_v0.3.0_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_x86_64-unknown-linux-gnu.tar.gz)
- `Mac`: arm64: [tunein_v0.3.1_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.1_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-apple-darwin.tar.gz)
- `Linux`: [tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz)

## 🚀 Usage
```
USAGE:
Expand All @@ -127,6 +128,7 @@ SUBCOMMANDS:
play Play a radio station
search Search for a radio station
server Start the server
service Manage systemd service for tunein-cli server
```

Search for a radio station:
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/amd64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tunein-cli
Version: 0.3.0
Version: 0.3.1
Section: user/multimedia
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/arm64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tunein-cli
Version: 0.3.0
Version: 0.3.1
Section: user/multimedia
Priority: optional
Architecture: arm64
Expand Down
2 changes: 1 addition & 1 deletion dist/rpm/amd64/tunein.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tunein-cli
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: CLI for listening to internet radio stations

Expand Down
2 changes: 1 addition & 1 deletion dist/rpm/arm64/tunein.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Name: tunein-cli
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: CLI for listening to internet radio stations

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
inherit src;

pname = "tunein";
version = "0.3.0";
version = "0.3.1";

buildInputs = [
# Add additional build inputs here
Expand Down

0 comments on commit e12f0bb

Please sign in to comment.