Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Jan 17, 2018
2 parents 7a5094a + e105ebf commit 0f4bd79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.git
.grunt
.travis.yml
.eslintrc.json
Jenkinsfile*
2 changes: 1 addition & 1 deletion lib/rosetteRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var querystring = require('querystring');
*
* @type string
*/
var BINDING_VERSION = "1.8.1";
var BINDING_VERSION = "1.9.0";
var USER_AGENT = "rosetteapinode/" + BINDING_VERSION + "/" + process.version;

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rosette-api",
"version": "1.8.1",
"version": "1.9.0",
"description": "Rosette API Node.js client SDK",
"main": "index",
"directories": {
Expand Down

0 comments on commit 0f4bd79

Please sign in to comment.