File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 ],
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+ }
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments