From ebbe74b31b3ec4d7f33e8ffb7242ed0270cca8cd Mon Sep 17 00:00:00 2001 From: xhsun Date: Thu, 15 Jun 2017 17:32:15 -0600 Subject: [PATCH] update version and readme --- README.md | 28 ++++++++++++++++++++++++---- comm.properties | 4 ++-- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7d6bd1..a514514 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,15 @@ So if you see anything I missed, please don't hesitate to create an issue to let + /v2/achievements -+ /v2/characters/<name>/core ++ /v2/achievements/* -+ /v2/characters/<name>/inventory ++ /v2/backstory/* + ++ /v2/build + ++ /v2/cats + ++ /v2/characters + /v2/colors @@ -108,6 +114,8 @@ So if you see anything I missed, please don't hesitate to create an issue to let + /v2/commerce/transactions ++ /v2/continents + + /v2/currencies + /v2/dungeons @@ -132,6 +140,10 @@ So if you see anything I missed, please don't hesitate to create an issue to let + /v2/outfits ++ /v2/professions + ++ /v2/pvp/amulets + + /v2/pvp/heroes + /v2/raids @@ -140,14 +152,22 @@ So if you see anything I missed, please don't hesitate to create an issue to let + /v2/recipes/search ++ /v2/skills + + /v2/skins ++ /v2/specializations + + /v2/titles + /v2/tokeninfo ++ /v2/traits + + /v2/worlds ++ /v2/wvw/abilities + ## Download @@ -157,7 +177,7 @@ Download latest [release](https://github.com/xhsun/gw2wrapper/releases) in Maven me.xhsun.gw2wrapper gw2wrapper - 0.4.1 + 0.6.2 ``` @@ -166,7 +186,7 @@ Or Gradle: ```groovy dependencies { ... - compile 'me.xhsun.gw2wrapper:gw2wrapper:0.4.1' + compile 'me.xhsun.gw2wrapper:gw2wrapper:0.6.2' ... } ``` diff --git a/comm.properties b/comm.properties index 4a4e57a..d5c7ad8 100644 --- a/comm.properties +++ b/comm.properties @@ -1,5 +1,5 @@ -currentVer=0.5.1 -verDesc=Release All Account Endpoints +currentVer=0.6.2 +verDesc=Release More Endpoints groupID=me.xhsun.gw2wrapper projectName=gw2wrapper siteUrl=https://github.com/xhsun/gw2wrapper