Browse Source

update example pom and readme version (#76)

* update example pom

* update README
Zhiru Zhu 5 years ago
parent
commit
b067dcac46
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      examples/pom.xml

+ 1 - 1
README.md

@@ -32,7 +32,7 @@ Apache Maven
 
 
 Gradle/Grails 
 Gradle/Grails 
 
 
-`compile 'io.milvus:milvus-sdk-java:0.3.0'`
+`compile 'io.milvus:milvus-sdk-java:0.4.0'`
 
 
 ### Examples
 ### Examples
 
 

+ 1 - 1
examples/pom.xml

@@ -63,7 +63,7 @@
         <dependency>
         <dependency>
             <groupId>io.milvus</groupId>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>0.4.0</version>
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>