Skip to content

Commit 095266c

Browse files
author
Devendra
committed
version update
1 parent 78463a0 commit 095266c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ PubNub for JS Docs have been moved to: http://www.pubnub.com/docs/javascript/jav
55
### CDN Links
66

77
#### HTTP
8-
* http://cdn.pubnub.com/pubnub-3.7.9.min.js
9-
* http://cdn.pubnub.com/pubnub-3.7.9.js
8+
* http://cdn.pubnub.com/pubnub-3.7.10.min.js
9+
* http://cdn.pubnub.com/pubnub-3.7.10.js
1010

1111
#### HTTPS
12-
* https://cdn.pubnub.com/pubnub-3.7.9.min.js
13-
* https://cdn.pubnub.com/pubnub-3.7.9.js
12+
* https://cdn.pubnub.com/pubnub-3.7.10.min.js
13+
* https://cdn.pubnub.com/pubnub-3.7.10.js
1414

1515
# Please direct all Support Questions and Concerns to [email protected]

node.js/tests/ssl_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("When SSL mode", function () {
3838
});
3939

4040
var path = "/publish/demo/demo/0/" + channel + "/0/" + encodeURI('"' + message + '"') +
41-
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.9";
41+
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.10";
4242

4343
nock("https://" + origin + ":443")
4444
.get(path)
@@ -83,7 +83,7 @@ describe("When SSL mode", function () {
8383
});
8484

8585
var path = "/publish/demo/demo/0/" + channel + "/0/" + encodeURI('"' + message + '"') +
86-
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.9";
86+
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.10";
8787

8888
nock("http://" + origin + ":80")
8989
.get(path)
@@ -122,4 +122,4 @@ function subscribeAndPublish(pubnub, channel, done) {
122122

123123
function get_random(max) {
124124
return Math.floor((Math.random() * (max || 1000000000) + 1))
125-
}
125+
}

0 commit comments

Comments
 (0)