Version 0.11.0

This commit is contained in:
Curtis McEnroe 2017-06-05 22:43:41 -04:00
parent 7a5b9db92c
commit 2d524faf92
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "inth-oauth2"
version = "0.10.0"
version = "0.11.0"
description = "OAuth2 client"
keywords = ["authentication", "authorization", "auth", "oauth"]