From be5087af4bb9049048ae527187549e830437e023 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Wed, 29 Jun 2016 16:12:13 -0400 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ca82b8d..1e27fbae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "1.0.1", + "version": "1.1.0", "description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.", "author": "Andrew Barba ", "main": "lib/apns.js",