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"]