From cbc7543082af41c7b12f1ca72da1574f72dfebce Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 22 Oct 2016 16:50:12 +0200 Subject: [PATCH] chore(version): Bump to 1.0.1 in order to fix links in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bd5c3d..d02aa84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.0" +version = "1.0.1" authors = ["Sebastian Thiel ", "Lewin Bormann "] repository = "https://github.com/dermesser/yup-oauth2" description = "An oauth2 implementation, providing the 'device' and 'installed' authorization flow"