Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #212 from NIFCloud-mbaas/release/v2.2.2
Browse files Browse the repository at this point in the history
Update version v2.2.2
  • Loading branch information
morisatoru committed May 14, 2018
2 parents b37233a + 0e61e11 commit 1dca0e5
Show file tree
Hide file tree
Showing 5 changed files with 29,113 additions and 29,384 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ncmb",
"version": "2.2.1",
"version": "2.2.2",
"homepage": "http://mb.cloud.nifty.com/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/request.js
Expand Up @@ -116,7 +116,7 @@ module.exports = function(opts, callback){
"X-NCMB-Application-Key": opts.apikey || this.apikey,
"X-NCMB-Signature": sig,
"X-NCMB-Timestamp": timestamp,
"X-NCMB-SDK-Version": "javascript-2.2.1"
"X-NCMB-SDK-Version": "javascript-2.2.2"
};

if(!file) headers["Content-Type"] = "application/json";
Expand Down
2 changes: 1 addition & 1 deletion lib/request_script.js
Expand Up @@ -41,7 +41,7 @@ module.exports = function(opts, callback){
"X-NCMB-Signature": sig,
"X-NCMB-Timestamp": timestamp,
"Content-Type": opts.contentType || "application/json",
"X-NCMB-SDK-Version": "javascript-2.2.1"
"X-NCMB-SDK-Version": "javascript-2.2.2"
};

if(this.sessionToken) baseHeaders["X-NCMB-Apps-Session-Token"] = this.sessionToken;
Expand Down

0 comments on commit 1dca0e5

Please sign in to comment.