Skip to content

Commit 62ee48a

Browse files
authored
Merge pull request #1415 from microsoftgraph/gkoros/increment-version-to-3.0.6
Increment version to 3.0.6
2 parents 6e252c8 + 064728c commit 62ee48a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
3-
"version": "3.0.0-Preview.4",
3+
"version": "3.0.6",
44
"description": "Microsoft Graph Client Library",
55
"keywords": [
66
"Microsoft",

src/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* @module Version
1313
*/
1414

15-
export const PACKAGE_VERSION = "3.0.0-Preview.3";
15+
export const PACKAGE_VERSION = "3.0.6";

0 commit comments

Comments
 (0)