Skip to content

Commit 07f6083

Browse files
committed
Release 0.2.1
* update test env and the node versions we test against * bump a couple of dependencies
1 parent 79b2625 commit 07f6083

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.2.0"
30+
"version": "0.2.1"
3131
}

dist/predicthq.js

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

2211022110
this.baseUrl = options.endpoint || "https://api.predicthq.com";
22111-
this.version = "0.2.0";
22111+
this.version = "0.2.1";
2211222112

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

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.2.0",
3+
"version": "0.2.1",
44
"description": "PredictHQ Event Intelligence",
55
"main": "dist/predicthq.js",
66
"scripts": {

0 commit comments

Comments
 (0)