From ac8eb5bacb1a67c0aaa2b0f02a125aace9c90487 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 25 Mar 2018 12:01:47 +0200 Subject: [PATCH] chore(version): Bump version -> 1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c57540..aa46421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.5" +version = "1.0.7" 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"