Skip to content

Commit 69ba933

Browse files
committed
v1.1.3
1 parent 27a4d71 commit 69ba933

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## Version 1.1.3
4+
5+
2016-05-12 mdpye, plackemacher, jpatel531
6+
7+
* Fix exceptions where tasks were being pushed onto a shutting-down event queue.
8+
* Reduce construction of GSON objects and keep one centralized instance.
9+
310
## Version 1.1.2
411

512
2016-03-23 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.1.2</version>
61+
<version>1.1.3</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -71,7 +71,7 @@ repositories {
7171
}
7272
7373
dependencies {
74-
compile 'com.pusher:pusher-java-client:1.1.2'
74+
compile 'com.pusher:pusher-java-client:1.1.3'
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.1.2"
24+
version = "1.1.3"
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.1.2</version>
13+
<version>1.1.3</version>
1414
<url>http://github.com/pusher/pusher-java-client</url>
1515

1616
<description>

0 commit comments

Comments
 (0)