Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zan Markan committed Nov 10, 2016
1 parent abc7d5d commit 811394c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# pusher-websocket-java changelog

## Version 1.3.0

* Add retry logic when the connection is lost
* Accept 201 status code from auth endpoints

## Version 1.2.2

* Improve resillience of pong timeout disconnections
Expand Down Expand Up @@ -101,7 +106,7 @@

2013-11-04 mdpye
* Import a logging framework (slf4j)
* Log error with additional info and continue when trying to
* Log error with additional info and continue when trying to
transition from disconnected->disconnected state

2013-11-01 mdpye
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central, however one of its depende
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
</dependency>
</dependencies>
```
Expand All @@ -71,7 +71,7 @@ repositories {
}
dependencies {
compile 'com.pusher:pusher-java-client:1.2.2'
compile 'com.pusher:pusher-java-client:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
apply plugin: 'signing'

group = "com.pusher"
version = "1.2.2"
version = "1.3.0"
sourceCompatibility = "1.6"
targetCompatibility = "1.6"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<name>Pusher Java Client Library</name>
<version>1.2.2</version>
<version>1.3.0</version>
<url>http://github.com/pusher/pusher-java-client</url>

<description>
Expand Down Expand Up @@ -174,7 +174,7 @@
<noJekyll>true</noJekyll> <!-- disable webpage processing -->
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal
<!-- run site-maven-plugin's 'site' target as part of the build's normal
'deploy' phase -->
<execution>
<id>javadoc</id>
Expand Down

0 comments on commit 811394c

Please sign in to comment.