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 e56bead commit fb31599Copy full SHA for fb31599
bower.json
@@ -27,5 +27,5 @@
27
".gitignore",
28
".babelrc"
29
],
30
- "version": "0.0.20"
+ "version": "0.1.0"
31
}
dist/predicthq.js
@@ -22116,7 +22116,7 @@ var Client = function () {
22116
options = options || {};
22117
22118
this.baseUrl = options.endpoint || "https://api.predicthq.com";
22119
- this.version = "0.0.20";
+ this.version = "0.1.0";
22120
22121
if (typeof this.baseUrl == 'undefined') throw "No endpoint URL set";
22122
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "predicthq",
3
- "version": "0.0.20",
+ "version": "0.1.0",
4
"description": "PredictHQ Event Intelligence",
5
"main": "dist/predicthq.js",
6
"scripts": {
0 commit comments