From 309e928dfba0ea9d5714603f7901e5cce64044ce Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Tue, 29 Jun 2021 14:21:18 +0000 Subject: [PATCH] ci: version bump to 1.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e945411..707045a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-apple-verify-token", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af9bf1d..9862097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-apple-verify-token", - "version": "1.1.0", + "version": "1.1.1", "description": "Sign In with Apple Token strategy for Passport, let's you validate the user token server side, usefull for mobile app SignIn with Apple authentication for example. The validation is done by using the public AppleID authentication keys.", "main": "./lib/index.js", "types": "./lib/index.d.ts",