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