Skip to content

Commit 0f4bd79

Browse files
committed
Merge branch 'develop'
2 parents 7a5094a + e105ebf commit 0f4bd79

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.git
2+
.grunt
3+
.travis.yml
4+
.eslintrc.json
5+
Jenkinsfile*

lib/rosetteRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var querystring = require('querystring');
2828
*
2929
* @type string
3030
*/
31-
var BINDING_VERSION = "1.8.1";
31+
var BINDING_VERSION = "1.9.0";
3232
var USER_AGENT = "rosetteapinode/" + BINDING_VERSION + "/" + process.version;
3333

3434
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosette-api",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Rosette API Node.js client SDK",
55
"main": "index",
66
"directories": {

0 commit comments

Comments
 (0)