From 0da0ff247bafb64ee4fa784abe2767c597129147 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 12 Feb 2019 06:20:10 +0100 Subject: [PATCH] chore(version): Publish version 1.0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa42b05..ba55525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.10" +version = "1.0.11" 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"