From 076b9437684cf7ad56706eef01a205608c29bbb4 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 4 Feb 2017 17:05:25 +0100 Subject: [PATCH] chore(version): Bump -> 1.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efc7387..af213c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.4" +version = "1.0.5" authors = ["Sebastian Thiel ", "Lewin Bormann "] repository = "https://github.com/dermesser/yup-oauth2" description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"