Skip to content

Commit

Permalink
release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Sep 4, 2020
1 parent 3222fc7 commit 30d4b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ network for IoT powered by scalability- and privacy-centric blockchains. Please
<dependency>
<groupId>com.github.iotexproject</groupId>
<artifactId>iotex-antenna-java</artifactId>
<version>0.5.9</version>
<version>0.5.10</version>
</dependency>
```

### Install by Gradle

```
implementation 'com.github.iotexproject:iotex-antenna-java:0.5.9'
implementation 'com.github.iotexproject:iotex-antenna-java:0.5.10'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.iotexproject</groupId>
<artifactId>iotex-antenna-java</artifactId>
<version>0.5.9</version>
<version>0.5.10</version>
<packaging>jar</packaging>
<name>IoTeX Antenna Java</name>
<description>IoTex java sdk for develop android and java apps.</description>
Expand Down

0 comments on commit 30d4b2f

Please sign in to comment.