Skip to content

Commit d46b30b

Browse files
author
Luis Fonseca
committed
Bump to version 1.2.2
1 parent c203254 commit d46b30b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pusher-websocket-java changelog
22

3+
## Version 1.2.2
4+
5+
* Improve resillience of pong timeout disconnections
6+
37
## Version 1.2.0
48

59
2016-07-05 jpatel531

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central, however one of its depende
5858
<dependency>
5959
<groupId>com.pusher</groupId>
6060
<artifactId>pusher-java-client</artifactId>
61-
<version>1.2.1</version>
61+
<version>1.2.2</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -71,7 +71,7 @@ repositories {
7171
}
7272
7373
dependencies {
74-
compile 'com.pusher:pusher-java-client:1.2.1'
74+
compile 'com.pusher:pusher-java-client:1.2.2'
7575
}
7676
```
7777

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 = "1.2.1"
24+
version = "1.2.2"
2525
sourceCompatibility = "1.6"
2626
targetCompatibility = "1.6"
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.pusher</groupId>
1111
<artifactId>pusher-java-client</artifactId>
1212
<name>Pusher Java Client Library</name>
13-
<version>1.2.0</version>
13+
<version>1.2.2</version>
1414
<url>http://github.com/pusher/pusher-java-client</url>
1515

1616
<description>

0 commit comments

Comments
 (0)