Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatel531 committed Jul 18, 2016
1 parent f33bc9a commit 1b6acfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central, however one of its depende
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand All @@ -71,7 +71,7 @@ repositories {
}
dependencies {
compile 'com.pusher:pusher-java-client:1.2.0'
compile 'com.pusher:pusher-java-client:1.2.1'
}
```

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 = "1.2.0"
version = "1.2.1"
sourceCompatibility = "1.6"
targetCompatibility = "1.6"

Expand Down

0 comments on commit 1b6acfa

Please sign in to comment.