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 bae106c + 575f539 commit a051b6dCopy full SHA for a051b6d
CHANGES.txt
lib/Api.js
@@ -36,7 +36,7 @@ var checkVersion = require("./checkVersion");
36
*
37
* @type string
38
*/
39
-var BINDING_VERSION = "0.8";
+var BINDING_VERSION = "1.0";
40
41
/**
42
* @class
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rosette-api",
3
- "version": "0.8.3",
+ "version": "1.0.0",
4
"description": "Rosette API Node.js client SDK",
5
"main": "index",
6
"directories": {
0 commit comments