• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-java-sdk: 提交

Official Java SDK for Bytom


Commit MetaInfo

修订版a07a7cc36530bcc54771a8b6ed11deabcca332ac (tree)
时间2019-01-05 19:23:06
作者wyjDoraemon <wyjDoraemon@163....>
CommiterwyjDoraemon

Log Message

add retire transaction arbitrary

更改概述

差异

--- a/README.md
+++ b/README.md
@@ -15,13 +15,13 @@ There are various ways to install and use this sdk. We'll provide three ways to
1515 <dependency>
1616 <groupId>io.bytom</groupId>
1717 <artifactId>bytom-sdk</artifactId>
18- <version>1.0.0</version>
18+ <version>1.0.1</version>
1919 </dependency>
2020 ```
2121
2222 ### Gradle/Grails
2323 ```xml
24-compile 'io.bytom:bytom-sdk:1.0.0'
24+compile 'io.bytom:bytom-sdk:1.0.1'
2525 ```
2626
2727 ### Building from source code
--- 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.0</version>
9+ <version>1.0.1</version>
1010 <build>
1111 <plugins>
1212 <plugin>
@@ -22,8 +22,7 @@
2222 <packaging>jar</packaging>
2323
2424 <name>bytom-sdk-java</name>
25- <!-- FIXME change it to the project's website -->
26- <url>http://www.example.com</url>
25+ <url>https://github.com/Bytom</url>
2726 <description>SDK for Bytom project in github.</description>
2827
2928 <licenses>
Show on old repository browser