Skip to content

Commit

Permalink
Release 1.6.0 and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarkan committed Nov 17, 2017
1 parent 45194a6 commit ac7d516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central.
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
</dependencies>
```
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 = "2.0.0-SNAPSHOT"
version = "1.6.1-SNAPSHOT"
sourceCompatibility = "1.6"
targetCompatibility = "1.6"

Expand Down

0 comments on commit ac7d516

Please sign in to comment.