diff --git a/package-lock.json b/package-lock.json index e1a58bd14..a5aaa860e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.6", + "version": "3.0.7", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 2e98278a7..18c15fc4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.6", + "version": "3.0.7", "description": "Microsoft Graph Client Library", "keywords": [ "Microsoft", diff --git a/src/Version.ts b/src/Version.ts index 7fdf5917e..1b7fc28bb 100644 --- a/src/Version.ts +++ b/src/Version.ts @@ -12,4 +12,4 @@ * @module Version */ -export const PACKAGE_VERSION = "3.0.6"; +export const PACKAGE_VERSION = "3.0.7";