From a8202395f0f260d7c3034e9d794a7bfe462f18fa Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 30 Dec 2015 03:01:07 -0500 Subject: [PATCH] Version 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39e09d6..ae81c9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.5.0" +version = "0.5.1" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]