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.
2 parents 7a5094a + e105ebf commit 0f4bd79Copy full SHA for 0f4bd79
.npmignore
@@ -0,0 +1,5 @@
1
+.git
2
+.grunt
3
+.travis.yml
4
+.eslintrc.json
5
+Jenkinsfile*
lib/rosetteRequest.js
@@ -28,7 +28,7 @@ var querystring = require('querystring');
28
*
29
* @type string
30
*/
31
-var BINDING_VERSION = "1.8.1";
+var BINDING_VERSION = "1.9.0";
32
var USER_AGENT = "rosetteapinode/" + BINDING_VERSION + "/" + process.version;
33
34
/**
package.json
@@ -1,6 +1,6 @@
{
"name": "rosette-api",
- "version": "1.8.1",
+ "version": "1.9.0",
"description": "Rosette API Node.js client SDK",
"main": "index",
6
"directories": {
0 commit comments