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

Commit

Permalink
Bump to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xhsun committed Dec 11, 2017
1 parent 65a9401 commit 2fee05e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For example, ```GuildWars2Utility.parseCoins(long)``` will parse the given coin
```java
long coins = 199;
long[] result = GuildWars2Utility.parseCoins(coins);
//result will be [0, 1, 99], whilch means 0 gold, 1 sliver and 99 coppers
//result will be [0, 1, 99], which means 0 gold, 1 sliver and 99 coppers
```

## Download
Expand All @@ -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.1</version>
<version>1.3.2</version>
</dependency>
```

Expand All @@ -149,7 +149,7 @@ Or Gradle:
```groovy
dependencies {
...
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.3.1'
compile 'me.xhsun.gw2wrapper:gw2wrapper:1.3.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=1.3.1
verDesc=Bug Fixes
currentVer=1.3.2
verDesc=Minor Updates And Bug Fixes
groupID=me.xhsun.gw2wrapper
projectName=gw2wrapper
siteUrl=https://github.com/xhsun/gw2wrapper
Expand Down

0 comments on commit 2fee05e

Please sign in to comment.