diff --git a/package-lock.json b/package-lock.json index 1c55cfac8..96e342655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.0-Preview.2", + "version": "3.0.0-Preview.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2b4d86cb..d855e8e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.0-Preview.2", + "version": "3.0.0-Preview.3", "description": "Microsoft Graph Client Library", "keywords": [ "Microsoft", diff --git a/src/Version.ts b/src/Version.ts index 6837a4c01..71b0d651a 100644 --- a/src/Version.ts +++ b/src/Version.ts @@ -12,4 +12,4 @@ * @module Version */ -export const PACKAGE_VERSION = "3.0.0-Preview.2"; +export const PACKAGE_VERSION = "3.0.0-Preview.3";