Skip to content

Commit

Permalink
build...
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 18, 2017
1 parent 7d1be6e commit 7068821
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/haro.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2017
* @license BSD-3-Clause
* @version 3.4.0
* @version 3.4.1
*/
"use strict";

Expand Down Expand Up @@ -1156,7 +1156,7 @@
}

factory.transform = cast;
factory.version = "3.4.0";
factory.version = "3.4.1";

// Node, AMD & window supported
if (typeof exports !== "undefined") {
Expand Down
4 changes: 2 additions & 2 deletions lib/haro.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2017
* @license BSD-3-Clause
* @version 3.4.0
* @version 3.4.1
*/
"use strict";

Expand Down Expand Up @@ -1444,7 +1444,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
}

factory.transform = cast;
factory.version = "3.4.0";
factory.version = "3.4.1";

// Node, AMD & window supported
if (typeof exports !== "undefined") {
Expand Down
Loading

0 comments on commit 7068821

Please sign in to comment.