Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
muthurathinam-msft committed Aug 27, 2019
2 parents 8178222 + d38a32f commit 2ec9a2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* @module Version
*/

export const PACKAGE_VERSION = "2.0.0-Preview.5";
export const PACKAGE_VERSION = "2.0.0";

0 comments on commit 2ec9a2f

Please sign in to comment.