Skip to content

Commit c3e0ef3

Browse files
Bumped version to '2.1.0-Preview.1'
1 parent b9a66b4 commit c3e0ef3

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,6 +1,6 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
3-
"version": "2.0.0",
3+
"version": "2.1.0-Preview.1",
44
"description": "Microsoft Graph Client Library",
55
"main": "lib/src/index.js",
66
"module": "lib/es/index.js",

src/Version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* @module Version
1313
*/
1414

15-
export const PACKAGE_VERSION = "2.0.0";
15+
export const PACKAGE_VERSION = "2.1.0-Preview.1";

0 commit comments

Comments
 (0)