Skip to content

Commit

Permalink
Merge pull request #64 from brianjmiller/master
Browse files Browse the repository at this point in the history
Correct field compat table in LRS for 1.0.1
  • Loading branch information
bscSCORM committed Mar 11, 2014
2 parents 74d1bca + 7a7f6d7 commit 40b0734
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 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.22.1",
"version": "0.22.2",
"homepage": "http://rusticisoftware.github.com/TinCanJS/",
"authors": [
"Brian J. Miller <brian.miller@scorm.com>"
Expand Down
2 changes: 1 addition & 1 deletion build/tincan-min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/tincan-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@ TinCan client library
};

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

if (cfg.params.hasOwnProperty("target")) {
cfg.params.object = cfg.params.target;
Expand Down
1 change: 1 addition & 0 deletions build/tincan.js
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@ TinCan client library
};

compatibility["0.95"] = compatibility["0.9"];
compatibility["1.0.1"] = 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.22.1",
"version": "0.22.2",
"private": false,
"main": "build/tincan-node.js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions src/LRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ TinCan client library
};

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

if (cfg.params.hasOwnProperty("target")) {
cfg.params.object = cfg.params.target;
Expand Down
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.1",
"version": "0.22.2",
"name": "TinCanJS",
"description": "Library for working with Tin Can API in JavaScript",
"url": "http://rusticisoftware.github.com/TinCanJS/",
Expand Down

0 comments on commit 40b0734

Please sign in to comment.