Skip to content

Commit 28f40a2

Browse files
pusher-cisonologico
authored andcommitted
Bump to version 2.4.4
1 parent 0db0c3a commit 28f40a2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 2.4.4
4+
5+
- [CHANGED] pusher.pro narrower proguard rules.
26

37
## 2.4.3
48

README.md

+2-2
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.4.3</version>
77+
<version>2.4.4</version>
7878
</dependency>
7979
</dependencies>
8080
```
@@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.
8383

8484
```groovy
8585
dependencies {
86-
implementation 'com.pusher:pusher-java-client:2.4.3'
86+
implementation 'com.pusher:pusher-java-client:2.4.4'
8787
}
8888
```
8989

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def getProperty = { property ->
2626
}
2727

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

0 commit comments

Comments
 (0)