Skip to content

Commit 30d569f

Browse files
author
Devendra
committed
changing version to 3.6.0
1 parent 1fb1465 commit 30d569f

20 files changed

Lines changed: 39 additions & 39 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.49
1+
3.6.0

modern/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.49
1+
// Version: 3.6.0
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -2428,7 +2428,7 @@ THE SOFTWARE.
24282428
* UTIL LOCALS
24292429
*/
24302430
var NOW = 1
2431-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.5.49'
2431+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.6.0'
24322432
, XHRTME = 310000;
24332433

24342434

modern/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node.js/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.49
1+
// Version: 3.6.0
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -1283,7 +1283,7 @@ var NOW = 1
12831283
, XHRTME = 310000
12841284
, DEF_TIMEOUT = 10000
12851285
, SECOND = 1000
1286-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.5.49'
1286+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.6.0'
12871287
, crypto = require('crypto')
12881288
, XORIGN = 1;
12891289

phonegap/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.49
1+
// Version: 3.6.0
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -2428,7 +2428,7 @@ THE SOFTWARE.
24282428
* UTIL LOCALS
24292429
*/
24302430
var NOW = 1
2431-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.5.49'
2431+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.6.0'
24322432
, XHRTME = 310000;
24332433

24342434

phonegap/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sencha/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.49
1+
// Version: 3.6.0
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -2428,7 +2428,7 @@ THE SOFTWARE.
24282428
* UTIL LOCALS
24292429
*/
24302430
var NOW = 1
2431-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.5.49'
2431+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.6.0'
24322432
, XHRTME = 310000;
24332433

24342434

sencha/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smart-tv/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.49
1+
// Version: 3.6.0
22
/* =-====================================================================-= */
33
/* =-====================================================================-= */
44
/* =-========================= JSON =============================-= */
@@ -2556,7 +2556,7 @@ window['PUBNUB'] || (function() {
25562556
*/
25572557

25582558
var ASYNC = 'async'
2559-
, PNSDK = 'PubNub-JS-' + 'SmartTV' + '/' + '3.5.49';
2559+
, PNSDK = 'PubNub-JS-' + 'SmartTV' + '/' + '3.6.0';
25602560

25612561
/**
25622562
* CONSOLE COMPATIBILITY

smart-tv/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)