Skip to content

Commit 89d171d

Browse files
Update README.md
1 parent 8fa6513 commit 89d171d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Installation
2323
<dependency>
2424
<groupId>com.hyperwallet</groupId>
2525
<artifactId>sdk</artifactId>
26-
<version>2.4.3</version>
26+
<version>2.4.6</version>
2727
</dependency>
2828
```
2929

3030
**Gradle**
3131
```
32-
compile 'com.hyperwallet:sdk:2.4.5'
32+
compile 'com.hyperwallet:sdk:2.4.6'
3333
```
3434

3535
Documentation
@@ -45,7 +45,7 @@ To write an app using the SDK
4545

4646
* Register for a sandbox account and get your username, password and program token at the [Hyperwallet Program Portal](https://portal.hyperwallet.com).
4747

48-
* Add dependency `com.hyperwallet:sdk:2.4.3` to your `pom.xml` (or `build.gradle`).
48+
* Add dependency `com.hyperwallet:sdk:2.4.6` to your `pom.xml` (or `build.gradle`).
4949

5050

5151
* Create a instance of the Hyperwallet Client (with username, password and program token)

0 commit comments

Comments
 (0)