Skip to content

Commit 2840156

Browse files
author
Devendra
committed
changing version
1 parent 3ac0f31 commit 2840156

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.10.min.js
9-
* http://cdn.pubnub.com/pubnub-3.7.10.js
8+
* http://cdn.pubnub.com/pubnub-3.7.11.min.js
9+
* http://cdn.pubnub.com/pubnub-3.7.11.js
1010

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

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

node.js/tests/ssl_test.js

+2-2
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.10";
41+
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.11";
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.10";
86+
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.11";
8787

8888
nock("http://" + origin + ":80")
8989
.get(path)

0 commit comments

Comments
 (0)