Skip to content

Commit 01a9791

Browse files
Bumping up the version
1 parent d98521c commit 01a9791

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.2.0",
4+
"version": "1.3.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
@@ -8,7 +8,7 @@ export const GRAPH_BASE_URL = "https://graph.microsoft.com/";
88
* @NOTE: This should be kept up to date with the version used in package.json.
99
* If you are changing this please ensure you are also changing it in package.json.
1010
*/
11-
export const PACKAGE_VERSION = "1.2.0";
11+
export const PACKAGE_VERSION = "1.3.0";
1212

1313
/**
1414
* @extends

0 commit comments

Comments
 (0)