diff --git a/README.md b/README.md index 5be0127..5b07563 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The client can be used with Java 1.8+ and pulled into Maven or Gradle projects. com.vertexvis api-client-java - 0.7.5 + 0.7.6 compile ``` @@ -25,13 +25,13 @@ The client can be used with Java 1.8+ and pulled into Maven or Gradle projects. ### Gradle ```groovy -compile "com.vertexvis:api-client-java:0.7.5" +compile "com.vertexvis:api-client-java:0.7.6" ``` ### Sbt ```sbt -libraryDependencies += "com.vertexvis" % "api-client-java" % "0.7.5" +libraryDependencies += "com.vertexvis" % "api-client-java" % "0.7.6" ``` ### Others @@ -44,7 +44,7 @@ mvn clean package Then manually install the following JARs. -- `target/api-client-java-0.7.5.jar` +- `target/api-client-java-0.7.6.jar` - `target/lib/*.jar` ## Usage diff --git a/build.gradle b/build.gradle index 439daeb..dba5a6a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'com.vertexvis' -version = '0.7.5' +version = '0.7.6' repositories { mavenCentral()