Skip to content

Commit 78463a0

Browse files
author
Devendra
committed
version bump
1 parent fee0b87 commit 78463a0

File tree

24 files changed

+66
-66
lines changed

24 files changed

+66
-66
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.9
1+
3.7.10

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.9",
3+
"version": "3.7.10",
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.9
1+
// Version: 3.7.10
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.9'
15+
, SDK_VER = '3.7.10'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3179,7 +3179,7 @@ THE SOFTWARE.
31793179
* UTIL LOCALS
31803180
*/
31813181
var NOW = 1
3182-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.9'
3182+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.10'
31833183
, XHRTME = 310000;
31843184

31853185

modern/pubnub.min.js

Lines changed: 3 additions & 3 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.9",
4+
"version": "3.7.10",
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.9
1+
// Version: 3.7.10
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.9'
15+
, SDK_VER = '3.7.10'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -2034,7 +2034,7 @@ var NOW = 1
20342034
, XHRTME = 310000
20352035
, DEF_TIMEOUT = 10000
20362036
, SECOND = 1000
2037-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.9'
2037+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.10'
20382038
, crypto = require('crypto')
20392039
, proxy = null
20402040
, 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.9
1+
// Version: 3.7.10
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.9'
15+
, SDK_VER = '3.7.10'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3179,7 +3179,7 @@ THE SOFTWARE.
31793179
* UTIL LOCALS
31803180
*/
31813181
var NOW = 1
3182-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.9'
3182+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.10'
31833183
, XHRTME = 310000;
31843184

31853185

phonegap/pubnub.min.js

Lines changed: 3 additions & 3 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.9
1+
// Version: 3.7.10
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.9'
15+
, SDK_VER = '3.7.10'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -3179,7 +3179,7 @@ THE SOFTWARE.
31793179
* UTIL LOCALS
31803180
*/
31813181
var NOW = 1
3182-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.9'
3182+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.10'
31833183
, XHRTME = 310000;
31843184

31853185

0 commit comments

Comments
 (0)