diff --git a/CHANGELOG.md b/CHANGELOG.md index a10cf3ca..4212020d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # pusher-websocket-java changelog +## Version 1.2.2 + + * Improve resillience of pong timeout disconnections + ## Version 1.2.0 2016-07-05 jpatel531 diff --git a/README.md b/README.md index 4e00f38e..d5cdf30a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central, however one of its depende com.pusher pusher-java-client - 1.2.1 + 1.2.2 ``` @@ -71,7 +71,7 @@ repositories { } dependencies { - compile 'com.pusher:pusher-java-client:1.2.1' + compile 'com.pusher:pusher-java-client:1.2.2' } ``` diff --git a/build.gradle b/build.gradle index 9a8b6fb6..84369b30 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages' apply plugin: 'signing' group = "com.pusher" -version = "1.2.1" +version = "1.2.2" sourceCompatibility = "1.6" targetCompatibility = "1.6" diff --git a/pom.xml b/pom.xml index 29e34741..7c73993e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.pusher pusher-java-client Pusher Java Client Library - 1.2.0 + 1.2.2 http://github.com/pusher/pusher-java-client