diff --git a/README.md b/README.md index ed0fbfbe..bbe79a84 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central. com.pusher pusher-java-client - 1.6.1 + 1.7.0 ``` @@ -60,7 +60,7 @@ The pusher-java-client is available in Maven Central. ```groovy dependencies { - compile 'com.pusher:pusher-java-client:1.6.1' + compile 'com.pusher:pusher-java-client:1.7.0' } ``` diff --git a/build.gradle b/build.gradle index 9d587b7d..c8e317c2 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages' apply plugin: 'signing' group = "com.pusher" -version = "1.6.2-SNAPSHOT" +version = "1.7.1-SNAPSHOT" sourceCompatibility = "1.6" targetCompatibility = "1.6"