Skip to content

Commit 187a2ef

Browse files
committed
Build 0.41.1
1 parent 034a16f commit 187a2ef

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tincan",
3-
"version": "0.41.0",
3+
"version": "0.41.1",
44
"homepage": "http://rusticisoftware.github.com/TinCanJS/",
55
"authors": [
66
"Brian J. Miller <brian.miller@rusticisoftware.com>"

build/tincan-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/tincan-min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/tincan-node.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"0.41.0";
1+
"0.41.1";
22
/*
33
CryptoJS v3.0.2
44
code.google.com/p/crypto-js
@@ -2499,6 +2499,7 @@ TinCan client library
24992499

25002500
compatibility["0.95"] = compatibility["0.9"];
25012501
compatibility["1.0.1"] = compatibility["1.0.0"];
2502+
compatibility["1.0.2"] = compatibility["1.0.0"];
25022503

25032504
if (cfg.params.hasOwnProperty("target")) {
25042505
cfg.params.object = cfg.params.target;

build/tincan.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"0.41.0";
1+
"0.41.1";
22
/*
33
CryptoJS v3.0.2
44
code.google.com/p/crypto-js
@@ -2499,6 +2499,7 @@ TinCan client library
24992499

25002500
compatibility["0.95"] = compatibility["0.9"];
25012501
compatibility["1.0.1"] = compatibility["1.0.0"];
2502+
compatibility["1.0.2"] = compatibility["1.0.0"];
25022503

25032504
if (cfg.params.hasOwnProperty("target")) {
25042505
cfg.params.object = cfg.params.target;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tincanjs",
33
"description": "Tin Can API Library",
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"private": false,
66
"main": "build/tincan-node.js",
77
"directories": {

0 commit comments

Comments
 (0)