Skip to content

Commit ab6a439

Browse files
committed
bump version code
1 parent e21f6ce commit ab6a439

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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.4.0"
11+
version = "0.4.1"
1212

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ paru -S tunein-cli-bin
108108
Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).
109109

110110
## 📦 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)
113113

114114
## 🚀 Usage
115115
```

dist/debian/amd64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tunein-cli
2-
Version: 0.4.0
2+
Version: 0.4.1
33
Section: user/multimedia
44
Priority: optional
55
Architecture: amd64

dist/debian/arm64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tunein-cli
2-
Version: 0.4.0
2+
Version: 0.4.1
33
Section: user/multimedia
44
Priority: optional
55
Architecture: arm64

dist/rpm/amd64/tunein.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tunein-cli
2-
Version: 0.4.0
2+
Version: 0.4.1
33
Release: 1%{?dist}
44
Summary: CLI for listening to internet radio stations
55

dist/rpm/arm64/tunein.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Name: tunein-cli
3-
Version: 0.4.0
3+
Version: 0.4.1
44
Release: 1%{?dist}
55
Summary: CLI for listening to internet radio stations
66

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# Common arguments can be set here to avoid repeating them later
4747
commonArgs = {
4848
inherit src;
49-
49+
5050
pname = "tunein";
51-
version = "0.4.0";
51+
version = "0.4.1";
5252

5353
buildInputs = [
5454
# Add additional build inputs here

0 commit comments

Comments
 (0)