Skip to content

Commit fb31599

Browse files
committed
Bump version
1 parent e56bead commit fb31599

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
".gitignore",
2828
".babelrc"
2929
],
30-
"version": "0.0.20"
30+
"version": "0.1.0"
3131
}

dist/predicthq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22116,7 +22116,7 @@ var Client = function () {
2211622116
options = options || {};
2211722117

2211822118
this.baseUrl = options.endpoint || "https://api.predicthq.com";
22119-
this.version = "0.0.20";
22119+
this.version = "0.1.0";
2212022120

2212122121
if (typeof this.baseUrl == 'undefined') throw "No endpoint URL set";
2212222122

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predicthq",
3-
"version": "0.0.20",
3+
"version": "0.1.0",
44
"description": "PredictHQ Event Intelligence",
55
"main": "dist/predicthq.js",
66
"scripts": {

0 commit comments

Comments
 (0)