Skip to content

Commit 6687c9a

Browse files
committed
Roll back devel version. Composer doesn't like it.
1 parent ad86ae3 commit 6687c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/rosetteRequest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Rosette API.
33
*
4-
* @copyright 2016-2017 Basis Technology Corporation.
4+
* @copyright 2016-2018 Basis Technology Corporation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
77
* with the License. You may obtain a copy of the License at
@@ -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.9.0";
3232
var USER_AGENT = "rosetteapinode/" + BINDING_VERSION + "/" + process.version;
3333

3434
/**

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.9.1-devel",
3+
"version": "1.9.0",
44
"description": "Rosette API Node.js client SDK",
55
"main": "index",
66
"directories": {

0 commit comments

Comments
 (0)