diff --git a/package-lock.json b/package-lock.json index 9b165131d..ba1e60c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "2.0.0-Preview.5", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2ce11d32b..5c170f7dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "2.0.0-Preview.5", + "version": "2.0.0", "description": "Microsoft Graph Client Library", "main": "lib/src/index.js", "module": "lib/es/index.js", diff --git a/src/Version.ts b/src/Version.ts index fb7aead96..b67e5277e 100644 --- a/src/Version.ts +++ b/src/Version.ts @@ -12,4 +12,4 @@ * @module Version */ -export const PACKAGE_VERSION = "2.0.0-Preview.5"; +export const PACKAGE_VERSION = "2.0.0";