From 26273b90f31bb87a5ef9ece798c8166c7912764d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 27 Feb 2016 14:40:26 -0500 Subject: [PATCH] Version 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51da01e..8cce046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.7.0" +version = "0.7.1" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]