Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
msmolyakov authored Mar 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d2680da commit 3f78472
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,18 +13,18 @@ Use the codes below to add WavesJ as a dependency for your project.
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

##### Gradle:
```
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.3'
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.4'
```

##### SBT:
```
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.3"
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.4"
```

[This library's page at Maven Central](https://mvnrepository.com/artifact/com.wavesplatform/wavesj)
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<properties>
@@ -182,12 +182,7 @@
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-transactions</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>protobuf-schemas</artifactId>
<version>1.2.10</version>
<version>1.0.5</version>
</dependency>

<!-- http client -->

0 comments on commit 3f78472

Please sign in to comment.