Skip to content

Commit 5fdd5eb

Browse files
authored
Merge pull request #27 from microsoftgraph/v-0.3.1
Version 0.3.1
2 parents c2632f6 + 0169c60 commit 5fdd5eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/graph-js-sdk-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ exports.cleanHeader = function(header, shouldStripCookie){
22402240
},{}],13:[function(require,module,exports){
22412241
module.exports={
22422242
"name": "msgraph-sdk-javascript",
2243-
"version": "0.3.0",
2243+
"version": "0.3.1",
22442244
"description": "Microsoft Graph Client Library",
22452245
"main": "lib/src/index.js",
22462246
"typings": "lib/src/index",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msgraph-sdk-javascript",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Microsoft Graph Client Library",
55
"main": "lib/src/index.js",
66
"typings": "lib/src/index",

0 commit comments

Comments
 (0)