Skip to content

Commit 52b1349

Browse files
committed
bump app's version to 0.11.1
1 parent 3c18a5f commit 52b1349

3 files changed

Lines changed: 35 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spotify_player/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spotify_player"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
@@ -10,7 +10,7 @@ keywords = ["spotify", "tui", "player"]
1010
readme = "../README.md"
1111

1212
[dependencies]
13-
anyhow = "1.0.68"
13+
anyhow = "1.0.69"
1414
clap = "4.1.4"
1515
config_parser2 = "0.1.4"
1616
crossterm = "0.26.0"
@@ -42,7 +42,7 @@ winit = { version = "0.28.1", optional = true }
4242
viuer = { version = "0.6.2", optional = true }
4343
image = { version = "0.24.5", optional = true }
4444
flume = "0.10.14"
45-
serde_json = "1.0.91"
45+
serde_json = "1.0.92"
4646
once_cell = "1.17.0"
4747

4848
[features]

spotify_player/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use std::io::Write;
1818

1919
fn init_app_cli_arguments() -> clap::ArgMatches {
2020
clap::Command::new("spotify-player")
21-
.version("0.11.0")
21+
.version("0.11.1")
2222
.about("A command driven spotify player")
2323
.author("Thang Pham <phamducthang1234@gmail>")
2424
.arg(

0 commit comments

Comments
 (0)