diff --git a/README.md b/README.md index 2573a07a..c3984b68 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central. com.pusher pusher-java-client - 2.4.1 + 2.4.2 ``` @@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central. ```groovy dependencies { - compile 'com.pusher:pusher-java-client:2.4.1' + compile 'com.pusher:pusher-java-client:2.4.2' } ``` diff --git a/build.gradle b/build.gradle index 010ad15f..014e8c45 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ def getProperty = { property -> } group = "com.pusher" -version = "2.4.1" +version = "2.4.2" sourceCompatibility = "1.8" targetCompatibility = "1.8"