OSDN Git Service

update doc
[bytom/bytom-java-sdk.git] / java-sdk / README.md
index 9a6a918..f2984a6 100644 (file)
@@ -15,13 +15,13 @@ There are various ways to install and use this sdk. We'll provide three ways to
 <dependency>
     <groupId>io.bytom</groupId>
     <artifactId>java-sdk</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.2</version>
 </dependency>
 ```
 
 ### Gradle/Grails
 ```xml
-compile 'io.bytom:bytom-sdk:1.0.1'
+compile 'io.bytom:bytom-sdk:1.0.2'
 ```
 
 ### Building from source code