From 4243ea8d41b4a901202a23478425a600224fbc38 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 8 Jan 2019 10:54:19 +0100 Subject: [PATCH] chore(version): Version 1.0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5d3933..aa42b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.9" +version = "1.0.10" 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"