Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junpeng1 committed May 13, 2015
1 parent 81962d9 commit 06a4a4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -46,18 +46,18 @@ For Maven projects, include the dependency in ```pom.xml```:
<dependency>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk</artifactId>
<version>1.0.3</version>
<version>1.2.0</version>
</dependency>
```

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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk</artifactId>
<name>ViSearch Java SDK</name>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<url>https://github.com/visenze/visearch-sdk-java</url>
<description>ViSearch Java SDK</description>
Expand Down

0 comments on commit 06a4a4f

Please sign in to comment.