From f9376df96c31155147142c07dd42eba1cb9cc69b Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Wed, 11 Oct 2017 19:15:15 -0400 Subject: [PATCH] Updated to reflect 0.9.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a8a3b933..bbde80559 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Maven: io.jsonwebtoken jjwt - 0.7.0 + 0.9.0 ``` @@ -76,7 +76,7 @@ Gradle: ```groovy dependencies { - compile 'io.jsonwebtoken:jjwt:0.7.0' + compile 'io.jsonwebtoken:jjwt:0.9.0' } ```