Skip to content

Commit 116070e

Browse files
committed
published version 0.2.2
1 parent affbef4 commit 116070e

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,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",

src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '0.2.0';
11+
export const PACKAGE_VERSION = '0.2.2';

0 commit comments

Comments
 (0)