• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-java-sdk: 提交

Official Java SDK for Bytom


Commit MetaInfo

修訂e5e81e1b4fee5e8af351b1a3c415b5e338d08fb9 (tree)
時間2019-07-25 19:34:33
作者Poseidon <shenao.78@163....>
CommiterGitHub

Log Message

Merge pull request #15 from Bytom/fix_block

update verison

Change Summary

差異

--- a/java-sdk/pom.xml
+++ b/java-sdk/pom.xml
@@ -5,12 +5,12 @@
55 <parent>
66 <artifactId>bytom-sdk</artifactId>
77 <groupId>io.bytom</groupId>
8- <version>1.0.1</version>
8+ <version>1.0.2</version>
99 </parent>
1010 <modelVersion>4.0.0</modelVersion>
1111
1212 <artifactId>java-sdk</artifactId>
13- <version>1.0.0</version>
13+ <version>1.0.2</version>
1414
1515
1616 </project>
\ No newline at end of file
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
66
77 <groupId>io.bytom</groupId>
88 <artifactId>bytom-sdk</artifactId>
9- <version>1.0.1</version>
9+ <version>1.0.2</version>
1010 <build>
1111 <plugins>
1212 <plugin>
--- a/tx-signer/pom.xml
+++ b/tx-signer/pom.xml
@@ -5,12 +5,12 @@
55 <parent>
66 <artifactId>bytom-sdk</artifactId>
77 <groupId>io.bytom</groupId>
8- <version>1.0.1</version>
8+ <version>1.0.2</version>
99 </parent>
1010 <modelVersion>4.0.0</modelVersion>
1111
1212 <artifactId>tx-signer</artifactId>
13- <version>1.0.0</version>
13+ <version>1.0.2</version>
1414
1515 <dependencies>
1616 <!-- ed25519 google-->
Show on old repository browser