Skip to content

Commit a051b6d

Browse files
committed
Merge pull request #33 from cp2boston/develop
Version to 1.0
2 parents bae106c + 575f539 commit a051b6d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGES.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var checkVersion = require("./checkVersion");
3636
*
3737
* @type string
3838
*/
39-
var BINDING_VERSION = "0.8";
39+
var BINDING_VERSION = "1.0";
4040

4141
/**
4242
* @class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosette-api",
3-
"version": "0.8.3",
3+
"version": "1.0.0",
44
"description": "Rosette API Node.js client SDK",
55
"main": "index",
66
"directories": {

0 commit comments

Comments
 (0)