From 33ca716a16a962cfe6f5f8727b32f61532667607 Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Fri, 1 Feb 2019 23:41:59 +0100 Subject: [PATCH] Release 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c135980..a57730ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "connectr" -version = "1.0.1-rc" +version = "1.0.1" authors = [ "Trevor Bentley " ] description = "A super lightweight Spotify controller." keywords = ["spotify", "connect", "webapi", "systray", "menubar"]