diff --git a/package-lock.json b/package-lock.json index 89e5c5e..b9e2074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weblogin-auth-sdk", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "weblogin-auth-sdk", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "dependencies": { "body-parser": "^1.20.1", diff --git a/package.json b/package.json index 1e1b5d5..cc4df52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weblogin-auth-sdk", - "version": "2.0.0", + "version": "2.0.1", "description": "Provides all the functionality needed to easily integrate your Javascript web applications with Stanford SAML federated identity provider.", "main": "dist/index.js", "types": "dist/index.d.ts",