Skip to content

Commit acedfc1

Browse files
Bumping up version for release
1 parent cc1f3cf commit acedfc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 common.ts. If you change it here, also change it there.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Microsoft Graph Client Library",
66
"main": "lib/src/index.js",
77
"typings": "lib/src/index",

src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const GRAPH_BASE_URL = "https://graph.microsoft.com/";
44

55
// NOTE: This should be kept up to date with the version used in package.json.
66
// If you are changing this please ensure you are also changing it in package.json.
7-
export const PACKAGE_VERSION = "1.0.0";
7+
export const PACKAGE_VERSION = "1.1.0";
88

99
// support oData params with and without $ prefix
1010
oDataQueryNames = oDataQueryNames.concat(oDataQueryNames.map((s) => "$"+s));

0 commit comments

Comments
 (0)