From 1441cbfb10be7f36e5a99df86cc1394457636e74 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 29 Nov 2015 16:46:52 -0500 Subject: [PATCH] Version 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7dc3a..747b405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.2.0" +version = "0.2.1" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]