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.
1 parent 7d53ed6 commit 31fc839Copy full SHA for 31fc839
lib/rosetteRequest.js
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
26
*
27
* @type string
28
*/
29
-var BINDING_VERSION = "1.3.0";
+var BINDING_VERSION = "1.4.0";
30
31
/**
32
* @class
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rosette-api",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "Rosette API Node.js client SDK",
5
"main": "index",
6
"directories": {
0 commit comments