Skip to content

Commit

Permalink
bump app's version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aome510 committed Jan 12, 2022
1 parent 5119c53 commit 15a8e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 spotify_player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify_player"
version = "0.5.1"
version = "0.5.2"
authors = ["Thang Pham <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion spotify_player/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod utils;

fn init_app_cli_arguments() -> clap::ArgMatches {
clap::App::new("spotify-player")
.version("0.5.1")
.version("0.5.2")
.about("A command driven spotify player")
.author("Thang Pham <phamducthang1234@gmail>")
.arg(
Expand Down

0 comments on commit 15a8e2d

Please sign in to comment.