Skip to content

Commit

Permalink
Bump version with 2.0.0-Preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muthurathinam-m committed May 29, 2019
1 parent e90f4f8 commit 5803f2c
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,7 +1,7 @@
{
"name": "@microsoft/microsoft-graph-client",
"//": "NOTE: The version here should match exactly the exported const PACKAGE_VERSION in Constants.ts. If you change it here, also change it there.",
"version": "1.7.0",
"version": "2.0.0-Preview.1",
"description": "Microsoft Graph Client Library",
"main": "lib/src/index.js",
"module": "lib/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export const GRAPH_BASE_URL = "https://graph.microsoft.com/";
* @NOTE: This should be kept up to date with the version used in package.json.
* If you are changing this please ensure you are also changing it in package.json.
*/
export const PACKAGE_VERSION = "1.7.0";
export const PACKAGE_VERSION = "2.0.0-Preview.1";

0 comments on commit 5803f2c

Please sign in to comment.