From 2b1d229ca30ed915bdaf18bd04c86e1349327b35 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 23 Aug 2017 17:18:24 -0400 Subject: [PATCH] Version 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c54de3..ff05a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "inth-oauth2" -version = "0.12.0" +version = "0.13.0" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0fdc618..fa763d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.12.0" +version = "0.13.0" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]