Skip to content

Commit 80782a6

Browse files
committed
Update version
1 parent 1b8b6b4 commit 80782a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pusher-websocket-java changelog
22

3-
### Version 2.3.1 - 15th July 2022
3+
### Version 2.4 - 15th July 2022
44
* Add support for Subscription count events
55

66
### Version 2.3.0 - 4th July 2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
7474
<dependency>
7575
<groupId>com.pusher</groupId>
7676
<artifactId>pusher-java-client</artifactId>
77-
<version>2.3.1</version>
77+
<version>2.4</version>
7878
</dependency>
7979
</dependencies>
8080
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def getProperty = { property ->
2626
}
2727

2828
group = "com.pusher"
29-
version = "2.3.1"
29+
version = "2.4"
3030
sourceCompatibility = "1.8"
3131
targetCompatibility = "1.8"
3232

0 commit comments

Comments
 (0)