From 9eb8b1ae8af77982fe7f7d6c4727cd76a7bef964 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Wed, 27 May 2020 09:57:53 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cefe75a6..cee34b5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "8.4.0", + "version": "8.5.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",