From d17bbb719cb695f0ffff17dd5fdd9ed5c519a4fa Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Wed, 5 Feb 2020 21:45:04 +0100 Subject: [PATCH] chore(version): Release 4.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a44aa30..a75e7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "4.0.0" +version = "4.0.1" 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"