From 2f50876002b6b6741f8d9e8a9e575fde12b8b567 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 27 Oct 2020 11:11:33 +0100 Subject: [PATCH] Release v4.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dad894782..cd6c2d167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "4.1.2" +version = "4.1.3" 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"