Skip to content

Commit efa8b45

Browse files
Bumped version to '1.6.0-Preview.1'
1 parent 8b0d218 commit efa8b45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
33
"//": "NOTE: The version here should match exactly the exported const PACKAGE_VERSION in Constants.ts. If you change it here, also change it there.",
4-
"version": "1.5.2",
4+
"version": "1.6.0-Preview.1",
55
"description": "Microsoft Graph Client Library",
66
"main": "lib/src/index.js",
77
"typings": "lib/src/index",

src/Constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export const GRAPH_BASE_URL = "https://graph.microsoft.com/";
2727
* @NOTE: This should be kept up to date with the version used in package.json.
2828
* If you are changing this please ensure you are also changing it in package.json.
2929
*/
30-
export const PACKAGE_VERSION = "1.5.2";
30+
export const PACKAGE_VERSION = "1.6.0-Preview.1";

0 commit comments

Comments
 (0)