diff --git a/README.md b/README.md index ddc04f0fc..311af0bf9 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project com.eatthepath pushy - 0.15.0 + 0.15.1 ``` -If you don't use Maven (or something else that understands Maven dependencies, like Gradle), you can [download Pushy as a `.jar` file](https://github.com/jchambers/pushy/releases/download/pushy-0.15.0/pushy-0.15.0.jar) and add it to your project directly. You'll also need to make sure you have Pushy's runtime dependencies on your classpath. They are: +If you don't use Maven (or something else that understands Maven dependencies, like Gradle), you can [download Pushy as a `.jar` file](https://github.com/jchambers/pushy/releases/download/pushy-0.15.1/pushy-0.15.1.jar) and add it to your project directly. You'll also need to make sure you have Pushy's runtime dependencies on your classpath. They are: - [netty 4.1.74](http://netty.io/) - [gson 2.6](https://github.com/google/gson) @@ -246,4 +246,4 @@ Callers may also provide a [`MockApnsServerListener`](https://pushy-apns.org/api Pushy is available under the [MIT License](https://github.com/jchambers/pushy/blob/master/LICENSE.md). -The current version of Pushy is 0.15.0. It's fully functional and widely used in production environments, but the public API may change significantly before a 1.0 release. +The current version of Pushy is 0.15.1. It's fully functional and widely used in production environments, but the public API may change significantly before a 1.0 release.