Skip to content

Commit acfd8a6

Browse files
committed
Update README for 0.15.4
1 parent 08d01c3 commit acfd8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project
2525
<dependency>
2626
<groupId>com.eatthepath</groupId>
2727
<artifactId>pushy</artifactId>
28-
<version>0.15.3</version>
28+
<version>0.15.4</version>
2929
</dependency>
3030
```
3131

32-
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.3/pushy-0.15.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:
32+
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.4/pushy-0.15.4.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:
3333

3434
- [netty 4.1.104](http://netty.io/)
3535
- [slf4j 1.7](http://www.slf4j.org/) (and possibly an SLF4J binding, as described in the [logging](#logging) section below)
@@ -245,4 +245,4 @@ Callers may also provide a [`MockApnsServerListener`](https://pushy-apns.org/api
245245

246246
Pushy is available under the [MIT License](https://github.com/jchambers/pushy/blob/master/LICENSE.md).
247247

248-
The current version of Pushy is 0.15.3. It's fully functional and widely used in production environments, but the public API may change significantly before a 1.0 release.
248+
The current version of Pushy is 0.15.4. It's fully functional and widely used in production environments, but the public API may change significantly before a 1.0 release.

0 commit comments

Comments
 (0)