Skip to content

Commit

Permalink
Bumped version to '1.6.0-Preview.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
muthurathinam-msft committed Apr 22, 2019
1 parent e6ac58b commit f1fdda9
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.6.0-Preview.1",
"version": "1.6.0-Preview.2",
"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.6.0-Preview.1";
export const PACKAGE_VERSION = "1.6.0-Preview.2";

0 comments on commit f1fdda9

Please sign in to comment.