From 86414f17aaf40832a2f2f947c19416448b9460e9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 16 Oct 2018 15:13:41 -0400 Subject: [PATCH] Version 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dffea33..26b8380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inth-oauth2" -version = "0.15.0" +version = "0.16.0" description = "OAuth2 client" keywords = ["authentication", "authorization", "auth", "oauth"]