From d71c08e53aecd0c601c639b6f840de93bdf6cfef Mon Sep 17 00:00:00 2001 From: Peter Wilkniss Date: Mon, 18 Dec 2017 09:30:27 -0800 Subject: [PATCH] bump build --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ede0a94..0e0562f 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ This is required until Java 9 is released, as Java 8 does not have native suppor com.clevertap.apns apns-http2 - 1.0.2 + 1.0.3 pom ``` - Gradle ``` -compile 'com.clevertap.apns:apns-http2:1.0.2' +compile 'com.clevertap.apns:apns-http2:1.0.3' ``` ## Usage diff --git a/pom.xml b/pom.xml index 9f513b2..9144204 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.clevertap.apns apns-http2 - 1.0.2 + 1.0.3 apns-http2 A library for communicating with the Apple Push Gateway in HTTP/2.