From 06a4a4fb0e82153630c0ac07ffd0ccc4f24aed75 Mon Sep 17 00:00:00 2001 From: jasonpeng Date: Wed, 13 May 2015 17:12:50 +0800 Subject: [PATCH] Bump version to 1.2.0 --- README.md | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ffb54f..f7294fb 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ 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.3 - * Minimum Java version: 6 + * Current stable version: 1.2.0 + * Minimum JVM version: 6 ##2. Setup @@ -46,18 +46,18 @@ For Maven projects, include the dependency in ```pom.xml```: com.visenze visearch-java-sdk - 1.0.3 + 1.2.0 ``` For Gradle projects, include this line in your ```build.gradle``` dependencies block: ``` -compile 'com.visenze:visearch-java-sdk:1.0.3' +compile 'com.visenze:visearch-java-sdk:1.2.0' ``` For SBT projects, add the following line to ```build.sbt```: ``` -libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.0.3" +libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.2.0" ``` ##3. Initialization diff --git a/pom.xml b/pom.xml index a8caeb3..51454e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.visenze visearch-java-sdk ViSearch Java SDK - 1.2.0-SNAPSHOT + 1.2.0 jar https://github.com/visenze/visearch-sdk-java ViSearch Java SDK