Skip to content

Commit 1b6acfa

Browse files
committed
v1.2.1
1 parent f33bc9a commit 1b6acfa

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, however one of its depende
5858
<dependency>
5959
<groupId>com.pusher</groupId>
6060
<artifactId>pusher-java-client</artifactId>
61-
<version>1.2.0</version>
61+
<version>1.2.1</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -71,7 +71,7 @@ repositories {
7171
}
7272
7373
dependencies {
74-
compile 'com.pusher:pusher-java-client:1.2.0'
74+
compile 'com.pusher:pusher-java-client:1.2.1'
7575
}
7676
```
7777

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

0 commit comments

Comments
 (0)