From aeef051ceabe327cde9365d7d3a8ed0a2af14b9c Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Thu, 13 Aug 2020 10:27:21 +0200 Subject: [PATCH] update version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0df87b0..0e3fad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,7 +1686,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 387fd15..8e1d23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." exclude = ["screenshots/**"] -version = "0.2.0" +version = "0.2.1" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" keywords = ["spotify", "ncurses", "librespot"]