Skip to content

Commit

Permalink
Tagging the 3.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernández committed Nov 20, 2014
1 parent 1c6c9f3 commit ec1e7f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/cocoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="http://support.ludei.com/hc"><img src="img/cocoon-tools-2.png" /></a>
<a href="https://cloud.ludei.com/"><img src="img/cocoon-tools-3.png" /></a>
<a href="https://www.ludei.com/cocoonjs/how-to-use/"><img src="img/cocoon-tools-4.png" /></a>
* @version 3.0.4
* @version 3.0.5
*/
(function () {

Expand All @@ -48,7 +48,7 @@
* @example
* console.log(Cocoon.version);
*/
Cocoon.version = "3.0.4";
Cocoon.version = "3.0.5";

/**
* Is the native environment available? true if so.
Expand Down
2 changes: 1 addition & 1 deletion build/cocoon.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cocoon",
"version": "3.0.4",
"version": "3.0.5",
"description": "CocoonJS Plugins",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions src/cocoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="http://support.ludei.com/hc"><img src="img/cocoon-tools-2.png" /></a>
<a href="https://cloud.ludei.com/"><img src="img/cocoon-tools-3.png" /></a>
<a href="https://www.ludei.com/cocoonjs/how-to-use/"><img src="img/cocoon-tools-4.png" /></a>
* @version 3.0.4
* @version 3.0.5
*/
(function () {

Expand All @@ -48,7 +48,7 @@
* @example
* console.log(Cocoon.version);
*/
Cocoon.version = "3.0.4";
Cocoon.version = "3.0.5";

/**
* Is the native environment available? true if so.
Expand Down
2 changes: 1 addition & 1 deletion template/jsdoc.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"systemName" : "<img src='http://d1315078ftetqc.cloudfront.net/assets/img/layout/logo.png' style='width: 119px;height: 35px;'/> <span class='brand-adjust'>CocoonJS Plugins</span>",
"footer" : "",
"copyright" : "CocoonJS by Ludei, DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.",
"copyright" : "CocoonJS Documentation by Ludei, DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.",
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : true,
Expand Down

0 comments on commit ec1e7f7

Please sign in to comment.