diff --git a/README.md b/README.md index d5f03b912..5fd9d7913 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project com.eatthepath pushy - 0.14.0 + 0.14.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.14.0/pushy-0.14.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.14.1/pushy-0.14.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.48](http://netty.io/) - [gson 2.6](https://github.com/google/gson) @@ -245,4 +245,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.14.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.14.1. It's fully functional and widely used in production environments, but the public API may change significantly before a 1.0 release. diff --git a/dropwizard-metrics-listener/README.md b/dropwizard-metrics-listener/README.md index b5050a936..4975c1564 100644 --- a/dropwizard-metrics-listener/README.md +++ b/dropwizard-metrics-listener/README.md @@ -6,7 +6,7 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https: com.eatthepath pushy-dropwizard-metrics-listener - 0.14.0 + 0.14.1 ``` diff --git a/gson-payload-builder/README.md b/gson-payload-builder/README.md index 7380d3ad6..d27896e9f 100644 --- a/gson-payload-builder/README.md +++ b/gson-payload-builder/README.md @@ -6,7 +6,7 @@ This module provides an [`ApnsPayloadBuilder`](https://pushy-apns.org/apidocs/0. com.eatthepath pushy-gson-payload-builder - 0.14.0 + 0.14.1 ``` diff --git a/jackson-payload-builder/README.md b/jackson-payload-builder/README.md index fd2f8dd0f..d3b5ba851 100644 --- a/jackson-payload-builder/README.md +++ b/jackson-payload-builder/README.md @@ -6,7 +6,7 @@ This module provides an [`ApnsPayloadBuilder`](https://pushy-apns.org/apidocs/0. com.eatthepath pushy-jackson-payload-builder - 0.14.0 + 0.14.1 ``` diff --git a/micrometer-metrics-listener/README.md b/micrometer-metrics-listener/README.md index 0818d6a99..b6e955020 100644 --- a/micrometer-metrics-listener/README.md +++ b/micrometer-metrics-listener/README.md @@ -6,7 +6,7 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https: com.eatthepath pushy-micrometer-metrics-listener - 0.14.0 + 0.14.1 ```