Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlm committed Feb 16, 2017
1 parent d14213f commit 49c846f
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 @@ -9,15 +9,15 @@ Download the latest release from GitHub, then add the PromisePay package to your
## Gradle

```Java
compile 'com.github.promisepay:promisepay:0.2.0'
compile 'com.github.promisepay:promisepay:0.2.1'
```
## Maven

```Java
<dependency>
<groupId>com.github.promisepay</groupId>
<artifactId>promisepay</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

Expand Down

0 comments on commit 49c846f

Please sign in to comment.