We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacfe6f commit 4d98fb0Copy full SHA for 4d98fb0
README.md
@@ -3,7 +3,7 @@
3
[![Build Status][ci-master-image]][ci-master]
4
[![Download][download-image]][download]
5
6
-The Java SDK for interacting with the [Databox](https://databox.com) Push API v 2.2.
+The Java SDK for interacting with the [Databox](https://databox.com) Push API v 2.3.
7
8
## Installation
9
@@ -17,7 +17,7 @@ repositories {
17
18
dependencies {
19
...
20
- compile 'com.databox:databox-java:2.2'
+ compile 'com.databox:databox-java:2.3'
21
22
}
23
```
0 commit comments