Skip to content

Commit e71eddf

Browse files
committed
Update README.md
Change release version to 1.0.0.53
1 parent 8b112fe commit e71eddf

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
@@ -21,20 +21,20 @@ If you have any questions or comments about this product, contact <sdk@solidfire
2121
<dependency>
2222
<groupId>com.solidfire</groupId>
2323
<artifactId>element-api</artifactId>
24-
<version>1.0.0.47</version>
24+
<version>1.0.0.53</version>
2525
</dependency>
2626
```
2727

2828
or SBT:
2929

3030
```scala
31-
libraryDependencies += "com.solidfire" % "element-api" % "1.0.0.47"
31+
libraryDependencies += "com.solidfire" % "element-api" % "1.0.0.53"
3232
```
3333

3434
or Gradle:
3535

3636
```groovy
37-
compile 'com.solidfire:element-api:1.0.0.47'
37+
compile 'com.solidfire:element-api:1.0.0.53'
3838
```
3939
##Assembly Jar
4040
The SolidFire Java SDK is also released as a Signed Assembly containing everything you need to quickly spin up a working client to interact with you SolidFire cluster. The assembly can be downloaded [here](https://github.com/solidfire/solidfire-sdk-java/releases/download/v1.0.0.53/solidfire-sdk-1.0.0.53.jar).

0 commit comments

Comments
 (0)