diff --git a/README.md b/README.md index c90bbda..cd386aa 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ Use the codes below to add WavesJ as a dependency for your project. com.wavesplatform wavesj - 1.2.5 + 1.3.0 ``` ##### Gradle: ``` -compile group: 'com.wavesplatform', name: 'wavesj', version: '1.2.5' +compile group: 'com.wavesplatform', name: 'wavesj', version: '1.3.0' ``` ##### SBT: ``` -libraryDependencies += "com.wavesplatform" % "wavesj" % "1.2.5" +libraryDependencies += "com.wavesplatform" % "wavesj" % "1.3.0" ``` [This library's page at Maven Central](https://mvnrepository.com/artifact/com.wavesplatform/wavesj) diff --git a/pom.xml b/pom.xml index 46cbeb9..3c0d36a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.wavesplatform wavesj - 1.2.5 + 1.3.0 jar