瀏覽代碼

update example pom and readme version (#76)

* update example pom

* update README
Zhiru Zhu 5 年之前
父節點
當前提交
b067dcac46
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      examples/pom.xml

+ 1 - 1
README.md

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

+ 1 - 1
examples/pom.xml

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