Skip to content

Commit 1c1813e

Browse files
author
Devendra
committed
bumping version to 3.7.7
1 parent 162d0a3 commit 1c1813e

File tree

25 files changed

+668
-648
lines changed

25 files changed

+668
-648
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.6
1+
3.7.7

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "3.7.6",
3+
"version": "3.7.7",
44
"main": "web/pubnub.min.js",
55
"license": "https://github.com/pubnub/javascript/blob/master/LICENSE",
66
"ignore" : [ "**/*", "!web/pubnub.js", "!web/pubnub.min.js"],

modern/pubnub.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.6
1+
// Version: 3.7.7
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -12,7 +12,7 @@ var NOW = 1
1212
, PARAMSBIT = '&'
1313
, PRESENCE_HB_THRESHOLD = 5
1414
, PRESENCE_HB_DEFAULT = 30
15-
, SDK_VER = '3.7.6'
15+
, SDK_VER = '3.7.7'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3088,7 +3088,7 @@ THE SOFTWARE.
30883088
* UTIL LOCALS
30893089
*/
30903090
var NOW = 1
3091-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.6'
3091+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.7'
30923092
, XHRTME = 310000;
30933093

30943094

modern/pubnub.min.js

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

node.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pubnub",
33
"preferGlobal": false,
4-
"version": "3.7.6",
4+
"version": "3.7.7",
55
"author": "PubNub <stephen@pubnub.com>",
66
"description": "Publish & Subscribe Real-time Messaging with PubNub",
77
"contributors": [

node.js/pubnub.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.6
1+
// Version: 3.7.7
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -12,7 +12,7 @@ var NOW = 1
1212
, PARAMSBIT = '&'
1313
, PRESENCE_HB_THRESHOLD = 5
1414
, PRESENCE_HB_DEFAULT = 30
15-
, SDK_VER = '3.7.6'
15+
, SDK_VER = '3.7.7'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -1948,7 +1948,7 @@ var NOW = 1
19481948
, XHRTME = 310000
19491949
, DEF_TIMEOUT = 10000
19501950
, SECOND = 1000
1951-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.6'
1951+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.7'
19521952
, crypto = require('crypto')
19531953
, proxy = null
19541954
, XORIGN = 1;

phonegap/pubnub.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.6
1+
// Version: 3.7.7
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -12,7 +12,7 @@ var NOW = 1
1212
, PARAMSBIT = '&'
1313
, PRESENCE_HB_THRESHOLD = 5
1414
, PRESENCE_HB_DEFAULT = 30
15-
, SDK_VER = '3.7.6'
15+
, SDK_VER = '3.7.7'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3088,7 +3088,7 @@ THE SOFTWARE.
30883088
* UTIL LOCALS
30893089
*/
30903090
var NOW = 1
3091-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.6'
3091+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.7'
30923092
, XHRTME = 310000;
30933093

30943094

phonegap/pubnub.min.js

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

sencha/pubnub.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.6
1+
// Version: 3.7.7
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -12,7 +12,7 @@ var NOW = 1
1212
, PARAMSBIT = '&'
1313
, PRESENCE_HB_THRESHOLD = 5
1414
, PRESENCE_HB_DEFAULT = 30
15-
, SDK_VER = '3.7.6'
15+
, SDK_VER = '3.7.7'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3088,7 +3088,7 @@ THE SOFTWARE.
30883088
* UTIL LOCALS
30893089
*/
30903090
var NOW = 1
3091-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.6'
3091+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.7'
30923092
, XHRTME = 310000;
30933093

30943094

sencha/pubnub.min.js

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

0 commit comments

Comments
 (0)