Skip to content

Commit

Permalink
Version bump for bower
Browse files Browse the repository at this point in the history
Forgot to update bower
  • Loading branch information
avoidwork committed Sep 29, 2015
1 parent 8f36658 commit 47ef3d4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haro",
"version": "1.7.0",
"version": "1.7.1",
"homepage": "http://haro.rocks",
"authors": [
"Jason Mulligan <jason.mulligan@avoidwork.com>"
Expand Down
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.7.0
* @version 1.7.1
*/
"use strict";

Expand Down Expand Up @@ -1087,7 +1087,7 @@ function factory (data = null, config = {}, indexes = []) {
}

factory.transform = cast;
factory.version = "1.7.0";
factory.version = "1.7.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 @@ -5,7 +5,7 @@
* @copyright 2015
* @license BSD-3-Clause
* @link http://haro.rocks
* @version 1.7.0
* @version 1.7.1
*/
"use strict";

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

factory.transform = cast;
factory.version = "1.7.0";
factory.version = "1.7.1";

// Node, AMD & window supported
if (typeof exports !== "undefined") {
Expand Down
2 changes: 1 addition & 1 deletion lib/haro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/haro.min.js.map

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": "haro",
"version": "1.7.0",
"version": "1.7.1",
"description": "Harō is a modern immutable DataStore using Maps, Sets, Promises, & Tuples",
"main": "lib/haro.js",
"scripts": {
Expand Down

0 comments on commit 47ef3d4

Please sign in to comment.