Skip to content

Commit 01977c3

Browse files
committed
v2 release
1 parent aeb62de commit 01977c3

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
@@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central.
5858
<dependency>
5959
<groupId>com.pusher</groupId>
6060
<artifactId>pusher-java-client</artifactId>
61-
<version>1.8.0</version>
61+
<version>2.0.0</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -67,7 +67,7 @@ The pusher-java-client is available in Maven Central.
6767

6868
```groovy
6969
dependencies {
70-
compile 'com.pusher:pusher-java-client:1.8.0'
70+
compile 'com.pusher:pusher-java-client:2.0.0'
7171
}
7272
```
7373

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.8.2-SNAPSHOT"
24+
version = "2.0.0"
2525
sourceCompatibility = "1.8"
2626
targetCompatibility = "1.8"
2727

0 commit comments

Comments
 (0)