From 0cbfcfdd38309ed8e8665665b2b048b1dc4f2907 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Wed, 28 Jun 2023 15:40:17 +0100 Subject: [PATCH] bumped up version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c898fc..f96dcf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mock-saml", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mock-saml", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.1", diff --git a/package.json b/package.json index 1036887..fb28a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mock-saml", - "version": "1.1.3", + "version": "1.1.4", "description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.", "private": true, "license": "Apache 2.0",