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

Commit

Permalink
Update readme to the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhsun committed Oct 26, 2017
1 parent e52002f commit b1be616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Download latest [release](https://github.com/xhsun/gw2wrapper/releases) in Maven
<dependency>
<groupId>me.xhsun.gw2wrapper</groupId>
<artifactId>gw2wrapper</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand All @@ -149,7 +149,7 @@ Or Gradle:
```groovy
dependencies {
...
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.3.0'
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.3.1'
...
}
```
Expand Down

0 comments on commit b1be616

Please sign in to comment.