Skip to content

Commit

Permalink
Prepare for 2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonologico committed Sep 30, 2022
1 parent 698aaa4 commit 98825e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1</version>
<version>2.4.2</version>
</dependency>
</dependencies>
```
Expand All @@ -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'
}
```

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.1"
version = "2.4.2"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

Expand Down

0 comments on commit 98825e1

Please sign in to comment.