Skip to content

Commit 8acdcaf

Browse files
authored
Merge pull request #171 from pusher/update-1.7.0
Update readme to 1.7.0
2 parents ba47305 + 3ca030e commit 8acdcaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central.
5151
<dependency>
5252
<groupId>com.pusher</groupId>
5353
<artifactId>pusher-java-client</artifactId>
54-
<version>1.6.1</version>
54+
<version>1.7.0</version>
5555
</dependency>
5656
</dependencies>
5757
```
@@ -60,7 +60,7 @@ The pusher-java-client is available in Maven Central.
6060

6161
```groovy
6262
dependencies {
63-
compile 'com.pusher:pusher-java-client:1.6.1'
63+
compile 'com.pusher:pusher-java-client:1.7.0'
6464
}
6565
```
6666

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.6.2-SNAPSHOT"
24+
version = "1.7.1-SNAPSHOT"
2525
sourceCompatibility = "1.6"
2626
targetCompatibility = "1.6"
2727

0 commit comments

Comments
 (0)