Skip to content

Commit

Permalink
Bump to version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pusher-ci authored and sonologico committed Oct 24, 2022
1 parent 0db0c3a commit 28f40a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
# Changelog

## 2.4.4

- [CHANGED] pusher.pro narrower proguard rules.

## 2.4.3

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
</dependencies>
```
Expand All @@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.

```groovy
dependencies {
implementation 'com.pusher:pusher-java-client:2.4.3'
implementation 'com.pusher:pusher-java-client:2.4.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def getProperty = { property ->
}

group = "com.pusher"
version = "2.4.3"
version = "2.4.4"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

Expand Down

0 comments on commit 28f40a2

Please sign in to comment.