From b486f78b7d234fed101d9a5ff9f31bc77665e478 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Thu, 28 Mar 2024 13:24:16 -0400 Subject: [PATCH] Fix version --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d3a8aff..08c5cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "11.6.0", + "version": "11.7.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": "dist/index.js", @@ -12,9 +12,7 @@ "repository": { "url": "https://github.com/AndrewBarba/apns2" }, - "files": [ - "dist" - ], + "files": ["dist"], "keywords": [ "apn", "apns",