Comparing version 0.1.1 to 0.1.2
@@ -28,4 +28,4 @@ var url = require('url') | ||
this.options = { | ||
'base': 'http://beta.aboardly.com/api/v1/', | ||
'user_agent': 'alpaca/0.2.1 (https://github.com/pksunkara/alpaca)' | ||
'base': 'https://www.aboardly.com/api/v1/', | ||
'user_agent': 'aboardly-node' | ||
}; | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "aboardly", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Official Aboardly API library client for Node.js and IO.js", | ||
@@ -5,0 +5,0 @@ "author": "Serge (http://github.com/herkyl)", |
14553