Skip to content

Commit 1f196ce

Browse files
authored
Merge pull request opentok#224 from opentok/minor
Bump Minor Version
2 parents b70616e + ab45f37 commit 1f196ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/opentok.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ OpenTok = function (apiKey, apiSecret, env) {
119119
if (parseInt(env.timeout, 10)) {
120120
clientConfig.request.timeout = parseInt(env.timeout, 10);
121121
}
122-
}
122+
}
123123
config = this.client.config(clientConfig);
124124
this.apiUrl = config.apiUrl;
125125

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opentok",
33
"description": "OpenTok server-side SDK",
4-
"version": "2.9.3",
4+
"version": "2.10.0",
55
"homepage": "https://github.com/opentok/opentok-node",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)