Skip to content

Commit dc36b07

Browse files
committed
bump app's version to 0.13.1
1 parent d0948bc commit dc36b07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

spotify_player/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spotify_player"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["Thang Pham <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

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.13.0")
21+
.version("0.13.1")
2222
.about("A command driven spotify player")
2323
.author("Thang Pham <phamducthang1234@gmail>")
2424
.arg(

0 commit comments

Comments
 (0)