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

Commit

Permalink
update download section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xhsun committed Jun 30, 2017
1 parent 6e92692 commit 33e0726
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 @@ -115,7 +115,7 @@ Download latest [release](https://github.com/xhsun/gw2wrapper/releases) in Maven
<dependency>
<groupId>me.xhsun.gw2wrapper</groupId>
<artifactId>gw2wrapper</artifactId>
<version>1.0.0</version>
<version>1.2.1</version>
</dependency>
```

Expand All @@ -124,7 +124,7 @@ Or Gradle:
```groovy
dependencies {
...
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.0.0'
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.2.1'
...
}
```
Expand Down

0 comments on commit 33e0726

Please sign in to comment.