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

Commit

Permalink
Bumped version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
probityrules committed Jan 22, 2016
1 parent 6b25f47 commit 8531df2
Show file tree
Hide file tree
Showing 6 changed files with 5 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": "Platypus",
"version": "0.6.8",
"version": "0.7.0",
"homepage": "https://github.com/PBS-KIDS/Platypus",
"authors": [
"probityrules",
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Platypus",
"version": "0.6.8",
"version": "0.7.0",
"description": "Platypus Docs",
"url": "https://github.com/PBS-KIDS/Platypus",
"logo": "assets/platypus-title.png",
Expand Down
Binary file removed docs/Platypus_docs-0.6.8.zip
Binary file not shown.
Binary file added docs/Platypus_docs-0.7.0.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 @@ -3127,15 +3127,15 @@ this.platypus = this.platypus || {};
* @type String
* @static
**/
platypus.version = /*=version*/"NEXT"; // injected by build process
platypus.version = /*=version*/"0.7.0"; // injected by build process

/**
* The build date for this release in UTC format.
* @property buildDate
* @type String
* @static
**/
platypus.buildDate = /*=date*/"Fri, 22 Jan 2016 19:43:44 GMT"; // injected by build process
platypus.buildDate = /*=date*/"Fri, 22 Jan 2016 20:52:58 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 8531df2

Please sign in to comment.