From a7dea0e1a9f9594f88f14b84e0b8f3072fba4c26 Mon Sep 17 00:00:00 2001 From: Alexandr Devyatkin Date: Tue, 31 May 2022 17:57:11 +0300 Subject: [PATCH] Add ethereum transaction support - change version --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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