Skip to content

Commit 0154936

Browse files
committed
pre-release v0.2.0
1 parent 5afa415 commit 0154936

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.1.1"
3+
version = "0.2.0"
44
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
55
edition = "2018"
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 @@ async fn main() -> anyhow::Result<()> {
1818

1919
// parse command line arguments
2020
let matches = clap::App::new("spotify-player")
21-
.version("0.1.1")
21+
.version("0.2.0")
2222
.about("A command driven spotify player")
2323
.author("Thang Pham <phamducthang1234@gmail>")
2424
.arg(

0 commit comments

Comments
 (0)