From 68f832641b5b86a7e53faaa75a8693914e182844 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Sun, 24 Jun 2018 12:19:19 -0400 Subject: [PATCH] Updated the README for 0.13.3. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21908e937..42326cc38 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project com.turo pushy - 0.13.2 + 0.13.3 ``` -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/relayrides/pushy/releases/download/pushy-0.13.2/pushy-0.13.2.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/relayrides/pushy/releases/download/pushy-0.13.3/pushy-0.13.3.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.25](http://netty.io/) - [gson 2.6](https://github.com/google/gson) @@ -241,4 +241,4 @@ Callers may also provide a [`MockApnsServerListener`](http://relayrides.github.i Pushy is available under the [MIT License](https://github.com/relayrides/pushy/blob/master/LICENSE.md). -The current version of Pushy is 0.13.2. We consider it to be fully functional (and use it in production!), but the public API may change significantly before a 1.0 release. +The current version of Pushy is 0.13.3. We consider it to be fully functional (and use it in production!), but the public API may change significantly before a 1.0 release.