Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Updated to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
probityrules committed Sep 23, 2015
1 parent 7eb4983 commit 68a3bbd
Show file tree
Hide file tree
Showing 7 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": "Platypus",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/PBS-KIDS/Platypus",
"authors": [
"probityrules",
Expand Down
Binary file removed docs/Platypus_docs-0.5.0.zip
Binary file not shown.
Binary file removed docs/Platypus_docs-0.6.0.zip
Binary file not shown.
Binary file added docs/Platypus_docs-0.6.1.zip
Binary file not shown.
Binary file removed docs/Platypus_docs-NEXT.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/platypus.combined.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ this.platypus = this.platypus || {};
* @type String
* @static
**/
platypus.version = /*=version*/"NEXT"; // injected by build process
platypus.version = /*=version*/"0.6.1"; // injected by build process

/**
* The build date for this release in UTC format.
* @property buildDate
* @type String
* @static
**/
platypus.buildDate = /*=date*/"Wed, 23 Sep 2015 13:15:48 GMT"; // injected by build process
platypus.buildDate = /*=date*/"Wed, 23 Sep 2015 13:22:19 GMT"; // injected by build process

})();

Expand Down
2 changes: 1 addition & 1 deletion lib/platypus.min.js

Large diffs are not rendered by default.

0 comments on commit 68a3bbd

Please sign in to comment.