diff --git a/package-lock.json b/package-lock.json index de374d9a6..73def9f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 293a746ad..9717e35dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.1", + "version": "3.0.2", "description": "Microsoft Graph Client Library", "keywords": [ "Microsoft", diff --git a/src/Version.ts b/src/Version.ts index 65739205d..f80daf299 100644 --- a/src/Version.ts +++ b/src/Version.ts @@ -12,4 +12,4 @@ * @module Version */ -export const PACKAGE_VERSION = "3.0.1"; +export const PACKAGE_VERSION = "3.0.2";