From 98825e1a819b27258ac49dc3fae710d52151ba40 Mon Sep 17 00:00:00 2001 From: Raphael Sousa Santos Date: Fri, 30 Sep 2022 08:05:44 +0200 Subject: [PATCH] Prepare for 2.4.2 release --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"