diff --git a/README.md b/README.md index 7ce562e..b707b54 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ViSearch is an API that provides accurate, reliable and scalable image search. V The ViSearch Java SDK is an open source software for easy integration with your Java back-end applications and services. For source code and references, visit the [Github Repository](https://github.com/visenze/visearch-sdk-java). - * Current stable version: 1.0.1 + * Current stable version: 1.0.3 * Minimum Java version: 6 ##2. Setup @@ -44,18 +44,18 @@ For Maven projects, include the dependency in ```pom.xml```: com.visenze visearch-java-sdk - 1.0.0 + 1.0.3 ``` For Gradle projects, include this line in your ```build.gradle``` dependencies block: ``` -compile 'com.visenze:visearch-java-sdk:1.0.0' +compile 'com.visenze:visearch-java-sdk:1.0.3' ``` For SBT projects, add the following line to ```build.sbt```: ``` -libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.0.0" +libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.0.3" ``` ##3. Initialization diff --git a/pom.xml b/pom.xml index cbc0fe0..7e9399e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.visenze visearch-java-sdk-pom ViSearch Java SDK POM - 1.0.2-SNAPSHOT + 1.0.3 pom http://www.visenze.com/doc diff --git a/visearch-java-example/pom.xml b/visearch-java-example/pom.xml index ee2ff7c..7257415 100644 --- a/visearch-java-example/pom.xml +++ b/visearch-java-example/pom.xml @@ -16,14 +16,14 @@ com.visenze visearch-java-sdk-pom - 1.0.2-SNAPSHOT + 1.0.3 com.visenze visearch-java-sdk - 1.0.2-SNAPSHOT + 1.0.3 diff --git a/visearch-java/pom.xml b/visearch-java/pom.xml index 53bb03e..68b8049 100644 --- a/visearch-java/pom.xml +++ b/visearch-java/pom.xml @@ -16,7 +16,7 @@ com.visenze visearch-java-sdk-pom - 1.0.2-SNAPSHOT + 1.0.3