Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aome510 committed Oct 9, 2021
1 parent b18e1e5 commit af25694
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.2.0"
version = "0.3.0"
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 @@ -18,7 +18,7 @@ async fn main() -> anyhow::Result<()> {

// parse command line arguments
let matches = clap::App::new("spotify-player")
.version("0.2.0")
.version("0.3.0")
.about("A command driven spotify player")
.author("Thang Pham <phamducthang1234@gmail>")
.arg(
Expand Down

0 comments on commit af25694

Please sign in to comment.