From e89146a3fdb2a1ae09b4e647d04bccd21ecf7901 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 28 Nov 2015 23:42:04 -0500 Subject: [PATCH] Version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9266ed4..4073e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.1.0" +version = "0.1.1" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]