Skip to content

Commit 0629a60

Browse files
author
Caitlin Bales (MSFT)
committed
Update version number
1 parent bb7220a commit 0629a60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.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",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "library",
55
"description": "The Microsoft Graph SDK for PHP",
66
"homepage": "https://graph.microsoft.io/en-us/",

src/Core/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class GraphConstants
2424
const REST_ENDPOINT = "https://graph.microsoft.com/";
2525

2626
// Define HTTP request constants
27-
const SDK_VERSION = "0.1.0";
27+
const SDK_VERSION = "0.1.1";
2828

2929
// Define error constants
3030
const MAX_PAGE_SIZE = 999;

0 commit comments

Comments
 (0)