From 80ffb749fccb30e37fe9aa01a2bc06785cc8d34f Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Fri, 27 Jul 2018 20:08:54 +0200 Subject: [PATCH] bump version -> 1.0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8d7b5f..8a91962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.7" +version = "1.0.8" 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"