Skip to content

Commit 55b0aba

Browse files
committed
Bumped version for fix and updated maintainer in composer.json.
1 parent 2b3e5de commit 55b0aba

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"authors": [
88
{
9-
"name": "Caitlin Bales",
10-
"email": "caitlin.bales@microsoft.com",
9+
"name": "Michael Mainer",
10+
"email": "mmainer@microsoft.com",
1111
"role": "Developer"
1212
}
1313
],
@@ -21,8 +21,9 @@
2121
"mikey179/vfsStream": "^1.2"
2222
},
2323
"autoload": {
24-
"psr-4": { "Microsoft\\Graph\\": "src/",
24+
"psr-4": {
25+
"Microsoft\\Graph\\": "src/",
2526
"Microsoft\\Graph\\Test\\": "tests/Functional/"
26-
}
27+
}
2728
}
28-
}
29+
}

src/Core/GraphConstants.php

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

2626
// Define HTTP request constants
27-
const SDK_VERSION = "1.3.1";
27+
const SDK_VERSION = "1.3.2";
2828

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

0 commit comments

Comments
 (0)