Skip to content

Commit 6ac835a

Browse files
author
Chris Park
committed
Version 1.2.0
1 parent 5763d75 commit 6ac835a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rosetteRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "1.1.4";
29+
var BINDING_VERSION = "1.2.0";
3030

3131
/**
3232
* @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": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Rosette API Node.js client SDK",
55
"main": "index",
66
"directories": {

0 commit comments

Comments
 (0)