Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xhsun committed Jun 15, 2017
1 parent e0efb6d commit ebbe74b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,24 @@ 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

+ /v2/commerce/prices

+ /v2/commerce/transactions

+ /v2/continents

+ /v2/currencies

+ /v2/dungeons
Expand All @@ -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
Expand All @@ -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

Expand All @@ -157,7 +177,7 @@ Download latest [release](https://github.com/xhsun/gw2wrapper/releases) in Maven
<dependency>
<groupId>me.xhsun.gw2wrapper</groupId>
<artifactId>gw2wrapper</artifactId>
<version>0.4.1</version>
<version>0.6.2</version>
</dependency>
```

Expand All @@ -166,7 +186,7 @@ Or Gradle:
```groovy
dependencies {
...
compile 'me.xhsun.gw2wrapper:gw2wrapper:0.4.1'
compile 'me.xhsun.gw2wrapper:gw2wrapper:0.6.2'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions comm.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ebbe74b

Please sign in to comment.