Skip to content

Commit

Permalink
Minor doc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Mar 3, 2014
1 parent 2c6897e commit 8b4965a
Show file tree
Hide file tree
Showing 4 changed files with 4 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.20.1",
"version": "0.22.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.22.0",
"version": "0.22.1",
"private": false,
"main": "build/tincan-node.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TinCan client library

/**
@property statement
@type SubStatement|StatementRef|null
@type StatementRef|null
*/
this.statement = null;

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.0",
"version": "0.22.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 8b4965a

Please sign in to comment.