From 2d524faf92753aac8ebb0010a52bd0ff27c3f986 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 5 Jun 2017 22:43:41 -0400 Subject: [PATCH] Version 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fa58d8..bda597b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "inth-oauth2" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 58f715f..e3d1da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.10.0" +version = "0.11.0" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]