Skip to content

Commit

Permalink
Build 0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Mar 29, 2016
1 parent 034a16f commit 187a2ef
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 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.41.0",
"version": "0.41.1",
"homepage": "http://rusticisoftware.github.com/TinCanJS/",
"authors": [
"Brian J. Miller <brian.miller@rusticisoftware.com>"
Expand Down
6 changes: 3 additions & 3 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.

3 changes: 2 additions & 1 deletion build/tincan-node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"0.41.0";
"0.41.1";
/*
CryptoJS v3.0.2
code.google.com/p/crypto-js
Expand Down Expand Up @@ -2499,6 +2499,7 @@ TinCan client library

compatibility["0.95"] = compatibility["0.9"];
compatibility["1.0.1"] = compatibility["1.0.0"];
compatibility["1.0.2"] = compatibility["1.0.0"];

if (cfg.params.hasOwnProperty("target")) {
cfg.params.object = cfg.params.target;
Expand Down
3 changes: 2 additions & 1 deletion build/tincan.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"0.41.0";
"0.41.1";
/*
CryptoJS v3.0.2
code.google.com/p/crypto-js
Expand Down Expand Up @@ -2499,6 +2499,7 @@ TinCan client library

compatibility["0.95"] = compatibility["0.9"];
compatibility["1.0.1"] = compatibility["1.0.0"];
compatibility["1.0.2"] = compatibility["1.0.0"];

if (cfg.params.hasOwnProperty("target")) {
cfg.params.object = cfg.params.target;
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.41.0",
"version": "0.41.1",
"private": false,
"main": "build/tincan-node.js",
"directories": {
Expand Down

0 comments on commit 187a2ef

Please sign in to comment.