We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9240b commit 0268f9fCopy full SHA for 0268f9f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@microsoft/mgt",
3
- "version": "1.1.0-preview.2",
+ "version": "1.1.0",
4
"description": "The Microsoft Graph Toolkit",
5
"keywords": [
6
"microsoft graph",
src/utils/version.ts
@@ -8,4 +8,4 @@
8
// THIS FILE IS AUTO GENERATED
9
// ANY CHANGES WILL BE LOST DURING BUILD
10
11
-export const PACKAGE_VERSION = '1.1.0-preview.2';
+export const PACKAGE_VERSION = '1.1.0';
0 commit comments