Skip to content

Commit

Permalink
Updating README & keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jul 5, 2015
1 parent bb11146 commit 4e33722
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 @@ -5,7 +5,7 @@
* @copyright 2015
* @license BSD-3-Clause
* @link http://haro.rocks
* @version 1.4.3
* @version 1.4.4
*/
"use strict";

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

factory.version = "1.4.3";
factory.version = "1.4.4";

// 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.3
* @version 1.4.4
*/
"use strict";

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

factory.version = "1.4.3";
factory.version = "1.4.4";

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

0 comments on commit 4e33722

Please sign in to comment.