Skip to content

Commit

Permalink
release 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Sep 29, 2020
1 parent c1ab3a6 commit 6d1df6c
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.11</version>
<version>0.5.12</version>
</dependency>
```

### Install by Gradle

```
implementation 'com.github.iotexproject:iotex-antenna-java:0.5.11'
implementation 'com.github.iotexproject:iotex-antenna-java:0.5.12'
```


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.11</version>
<version>0.5.12</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 6d1df6c

Please sign in to comment.