We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2625 commit 07f6083Copy full SHA for 07f6083
bower.json
@@ -27,5 +27,5 @@
27
".gitignore",
28
".babelrc"
29
],
30
- "version": "0.2.0"
+ "version": "0.2.1"
31
}
dist/predicthq.js
@@ -22108,7 +22108,7 @@ var Client = function () {
22108
options = options || {};
22109
22110
this.baseUrl = options.endpoint || "https://api.predicthq.com";
22111
- this.version = "0.2.0";
+ this.version = "0.2.1";
22112
22113
if (typeof this.baseUrl == 'undefined') throw "No endpoint URL set";
22114
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "predicthq",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "PredictHQ Event Intelligence",
5
"main": "dist/predicthq.js",
6
"scripts": {
0 commit comments