From 2f74a665d874a360e8c72b02c623b4e20969d183 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 31 Aug 2019 19:41:06 +0200 Subject: [PATCH] chore(version): Publish version 3.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcf3dba..e790d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "3.0.3-beta" +version = "3.1.0" 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"