diff --git a/package-lock.json b/package-lock.json index 6e75778..20045bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mock-saml", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mock-saml", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.1.5", diff --git a/package.json b/package.json index acfc688..08b9ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mock-saml", - "version": "1.1.1", + "version": "1.1.2", "description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.", "private": true, "license": "Apache 2.0", @@ -40,4 +40,4 @@ "engines": { "node": ">=18.14.0" } -} \ No newline at end of file +}