Skip to content

Commit

Permalink
Build 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Aug 19, 2015
1 parent 518fce0 commit 90832a7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tincan",
"version": "0.34.0",
"version": "0.34.1",
"homepage": "http://rusticisoftware.github.com/TinCanJS/",
"authors": [
"Brian J. Miller <brian.miller@scorm.com>"
Expand Down
4 changes: 2 additions & 2 deletions build/tincan-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/tincan-min.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build/tincan-node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"0.34.0";
"0.34.1";
/*
CryptoJS v3.0.2
code.google.com/p/crypto-js
Expand Down Expand Up @@ -2778,11 +2778,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof val === "object" && TinCan.Utils.isApplicationJSON(cfg.contentType)) {
val = JSON.stringify(val);
Expand Down Expand Up @@ -3024,11 +3024,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.method === "undefined" || cfg.method !== "POST") {
cfg.method = "PUT";
Expand Down Expand Up @@ -3245,11 +3245,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.method === "undefined" || cfg.method !== "POST") {
cfg.method = "PUT";
Expand Down
8 changes: 4 additions & 4 deletions build/tincan.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"0.34.0";
"0.34.1";
/*
CryptoJS v3.0.2
code.google.com/p/crypto-js
Expand Down Expand Up @@ -2778,11 +2778,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof val === "object" && TinCan.Utils.isApplicationJSON(cfg.contentType)) {
val = JSON.stringify(val);
Expand Down Expand Up @@ -3024,11 +3024,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.method === "undefined" || cfg.method !== "POST") {
cfg.method = "PUT";
Expand Down Expand Up @@ -3245,11 +3245,11 @@ TinCan client library
requestHeaders;

requestHeaders = cfg.requestHeaders || {};
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.contentType === "undefined") {
cfg.contentType = "application/octet-stream";
}
requestHeaders["Content-Type"] = cfg.contentType;

if (typeof cfg.method === "undefined" || cfg.method !== "POST") {
cfg.method = "PUT";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tincanjs",
"description": "Tin Can API Library",
"version": "0.34.0",
"version": "0.34.1",
"private": false,
"main": "build/tincan-node.js",
"directories": {
Expand Down

0 comments on commit 90832a7

Please sign in to comment.