Skip to content

Commit

Permalink
Doc only changes, correct version in bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Jan 10, 2014
1 parent 9e4718c commit 085e853
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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.8.2",
"version": "0.20.1",
"homepage": "http://rusticisoftware.github.com/TinCanJS/",
"authors": [
"Brian J. Miller <[email protected]>"
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.20.0",
"version": "0.20.1",
"private": false,
"main": "build/tincan-node.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ TinCan client library
},

/**
While a TinCan.Agent instance can store more than one reverse functional identifier
While a TinCan.Agent instance can store more than one inverse functional identifier
this method will always only output one to be compliant with the statement sending
specification. Order of preference is: mbox, mbox_sha1sum, openid, account
Expand Down
4 changes: 3 additions & 1 deletion src/LRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ TinCan client library
@method saveState
@param {String} key Key of state to save
@param {String} val Value of state to save
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {Object} cfg.agent TinCan.Agent
Expand Down Expand Up @@ -1088,6 +1088,7 @@ TinCan client library
@method saveActivityProfile
@param {String} key Key of activity profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.activity TinCan.Activity
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
Expand Down Expand Up @@ -1289,6 +1290,7 @@ TinCan client library
@method saveAgentProfile
@param {String} key Key of agent profile to retrieve
@param val Value to be stored
@param {Object} cfg Configuration options
@param {Object} cfg.agent TinCan.Agent
@param {String} [cfg.lastSHA1] SHA1 of the previously seen existing profile
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.20.0",
"version": "0.20.1",
"name": "TinCanJS",
"description": "Library for working with Tin Can API in JavaScript",
"url": "http://rusticisoftware.github.com/TinCanJS/",
Expand Down

0 comments on commit 085e853

Please sign in to comment.