We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698aaa4 commit 98825e1Copy full SHA for 98825e1
2 files changed
README.md
@@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
74
<dependency>
75
<groupId>com.pusher</groupId>
76
<artifactId>pusher-java-client</artifactId>
77
- <version>2.4.1</version>
+ <version>2.4.2</version>
78
</dependency>
79
</dependencies>
80
```
@@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.
83
84
```groovy
85
dependencies {
86
- compile 'com.pusher:pusher-java-client:2.4.1'
+ compile 'com.pusher:pusher-java-client:2.4.2'
87
}
88
89
build.gradle
@@ -26,7 +26,7 @@ def getProperty = { property ->
26
27
28
group = "com.pusher"
29
-version = "2.4.1"
+version = "2.4.2"
30
sourceCompatibility = "1.8"
31
targetCompatibility = "1.8"
32
0 commit comments