From 41728f213da1497b37a0eaa71b03ffb7d0447e68 Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Fri, 12 Jul 2019 22:33:58 +0200 Subject: [PATCH] Release 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 740970b1..6fd21fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "connectr" -version = "1.0.2-rc" +version = "1.1.0" authors = [ "Trevor Bentley " ] description = "A super lightweight Spotify controller." keywords = ["spotify", "connect", "webapi", "systray", "menubar"]