Skip to content

Commit ac7d516

Browse files
committed
Release 1.6.0 and bump version number
1 parent 45194a6 commit ac7d516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central.
5151
<dependency>
5252
<groupId>com.pusher</groupId>
5353
<artifactId>pusher-java-client</artifactId>
54-
<version>1.5.0</version>
54+
<version>1.6.0</version>
5555
</dependency>
5656
</dependencies>
5757
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121
apply plugin: 'signing'
2222

2323
group = "com.pusher"
24-
version = "2.0.0-SNAPSHOT"
24+
version = "1.6.1-SNAPSHOT"
2525
sourceCompatibility = "1.6"
2626
targetCompatibility = "1.6"
2727

0 commit comments

Comments
 (0)