Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 43d8042

Browse files
committed
Fixed Java8 required binary issue.
1 parent 28352dc commit 43d8042

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ First release of the GCM Push Client.
1111

1212
## [1.0.1](https://github.com/devsu/push-sender/releases/tag/1.0.1) (2016-01-06)
1313

14-
+ Added RuntimeIOException and InvalidSSLConfig on APNS Service.
14+
+ Added RuntimeIOException and InvalidSSLConfig on APNS Service.
15+
16+
## [1.0.2](https://github.com/devsu/push-sender/releases/tag/1.0.2) (2016-02-18)
17+
18+
+ Fixed Java8 required binary.
19+

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Using Push Sender is very simple. You can import Push Sender on your POM file us
1010
<dependency>
1111
<groupId>com.devsu</groupId>
1212
<artifactId>push-sender</artifactId>
13-
<version>1.0.1</version>
13+
<version>1.0.2</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.devsu</groupId>
77
<artifactId>push-sender</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
<packaging>jar</packaging>
1010
<name>Push Sender</name>
1111
<description>Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.</description>

0 commit comments

Comments
 (0)