We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45194a6 commit ac7d516Copy full SHA for ac7d516
README.md
@@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central.
51
<dependency>
52
<groupId>com.pusher</groupId>
53
<artifactId>pusher-java-client</artifactId>
54
- <version>1.5.0</version>
+ <version>1.6.0</version>
55
</dependency>
56
</dependencies>
57
```
build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
21
apply plugin: 'signing'
22
23
group = "com.pusher"
24
-version = "2.0.0-SNAPSHOT"
+version = "1.6.1-SNAPSHOT"
25
sourceCompatibility = "1.6"
26
targetCompatibility = "1.6"
27
0 commit comments