Skip to content

Commit

Permalink
Version bump for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jul 8, 2015
1 parent 7977a2e commit 173ecd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/haro.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2015
* @license BSD-3-Clause
* @link http://haro.rocks
* @version 1.4.5
* @version 1.4.6
*/
"use strict";

Expand Down Expand Up @@ -836,7 +836,7 @@ function factory (data = null, config = {}, indexes = []) {
return new Haro(data, config, indexes);
}

factory.version = "1.4.5";
factory.version = "1.4.6";

// 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 @@ -5,7 +5,7 @@
* @copyright 2015
* @license BSD-3-Clause
* @link http://haro.rocks
* @version 1.4.5
* @version 1.4.6
*/
"use strict";

Expand Down Expand Up @@ -947,7 +947,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
return new Haro(data, config, indexes);
}

factory.version = "1.4.5";
factory.version = "1.4.6";

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

0 comments on commit 173ecd6

Please sign in to comment.