Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 404b010

Browse files
authored
Add version badge
1 parent e2888d8 commit 404b010

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Maven Verify](https://github.com/drjekyll-org/javapns/workflows/Maven%20Verify/badge.svg)
44
![GitHub](https://img.shields.io/github/license/drjekyll-org/javapns)
5+
![Maven Central](https://img.shields.io/maven-central/v/org.drjekyll/javapns)
56

67
JavaPNS is a Java library to send notifications through the Apple Push Notification Service (APNS). It
78
allows to push notifications to iOS devices through APNS.
@@ -20,7 +21,7 @@ JavaPNS is available on the Central Maven Repository. To use it in your project,
2021
<dependency>
2122
<groupId>org.drjekyll</groupId>
2223
<artifactId>javapns</artifactId>
23-
<version>2.4.2</version>
24+
<version>2.4.1</version>
2425
</dependency>
2526
```
2627

@@ -44,8 +45,6 @@ This project is licensed under the LGPL License - see the [license](LICENSE) fil
4445

4546
## Release Notes
4647

47-
Version 2.4.1 released!
48-
4948
### 2.4.2
5049

5150
* Logging improvements (replace string concatenation)

0 commit comments

Comments
 (0)