From c502445e3a570124c1496d0ae46c4fa4b08b915f Mon Sep 17 00:00:00 2001 From: xhsun Date: Thu, 29 Jun 2017 22:36:46 -0600 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1aa125..21f0aca 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Download latest [release](https://github.com/xhsun/gw2wrapper/releases) in Maven me.xhsun.gw2wrapper gw2wrapper - 1.2.1 + 1.2.2 ``` @@ -124,7 +124,7 @@ Or Gradle: ```groovy dependencies { ... - compile 'me.xhsun.gw2wrapper:gw2wrapper:1.2.1' + compile 'me.xhsun.gw2wrapper:gw2wrapper:1.2.2' ... } ```