Skip to content

Commit fe1a020

Browse files
committed
Bump versions and do a release
1 parent 6fb9b8b commit fe1a020

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.7.0</version>
54+
<version>1.8.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.7.0'
63+
compile 'com.pusher:pusher-java-client:1.8.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.7.1-SNAPSHOT"
24+
version = "1.8.1-SNAPSHOT"
2525
sourceCompatibility = "1.6"
2626
targetCompatibility = "1.6"
2727

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
1+
#Wed Feb 21 14:42:32 GMT 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
54
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 commit comments

Comments
 (0)