Skip to content

Commit 4303bd8

Browse files
committed
Version 1.12.1
1 parent befa478 commit 4303bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rosetteRequest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var querystring = require('querystring');
2828
*
2929
* @type string
3030
*/
31-
var BINDING_VERSION = "1.9.1-devel";
31+
var BINDING_VERSION = "1.12.1";
3232
var USER_AGENT = "rosetteapinode/" + BINDING_VERSION + "/" + process.version;
3333

3434
/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosette-api",
3-
"version": "1.9.1-devel",
3+
"version": "1.12.1",
44
"description": "Rosette API Node.js client SDK",
55
"main": "index",
66
"directories": {

0 commit comments

Comments
 (0)