Skip to content

Commit fdd869a

Browse files
author
Devendra
committed
bump version
1 parent 49e92ec commit fdd869a

File tree

23 files changed

+63
-63
lines changed

23 files changed

+63
-63
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1
1+
3.7.2

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "3.7.1.1",
3+
"version": "3.7.2",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.1
1+
// Version: 3.7.2
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.1'
15+
, SDK_VER = '3.7.2'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -2922,7 +2922,7 @@ THE SOFTWARE.
29222922
* UTIL LOCALS
29232923
*/
29242924
var NOW = 1
2925-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.1'
2925+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.2'
29262926
, XHRTME = 310000;
29272927

29282928

modern/pubnub.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pubnub",
33
"preferGlobal": false,
4-
"version": "3.7.1",
4+
"version": "3.7.2",
55
"author": "PubNub <[email protected]>",
66
"description": "Publish & Subscribe Real-time Messaging with PubNub",
77
"contributors": [

node.js/pubnub.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.1
1+
// Version: 3.7.2
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.1'
15+
, SDK_VER = '3.7.2'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -1782,7 +1782,7 @@ var NOW = 1
17821782
, XHRTME = 310000
17831783
, DEF_TIMEOUT = 10000
17841784
, SECOND = 1000
1785-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.1'
1785+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.2'
17861786
, crypto = require('crypto')
17871787
, proxy = null
17881788
, XORIGN = 1;

phonegap/pubnub.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.1
1+
// Version: 3.7.2
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.1'
15+
, SDK_VER = '3.7.2'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -2922,7 +2922,7 @@ THE SOFTWARE.
29222922
* UTIL LOCALS
29232923
*/
29242924
var NOW = 1
2925-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.1'
2925+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.2'
29262926
, XHRTME = 310000;
29272927

29282928

phonegap/pubnub.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sencha/pubnub.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.1
1+
// Version: 3.7.2
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.1'
15+
, SDK_VER = '3.7.2'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -2922,7 +2922,7 @@ THE SOFTWARE.
29222922
* UTIL LOCALS
29232923
*/
29242924
var NOW = 1
2925-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.1'
2925+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.2'
29262926
, XHRTME = 310000;
29272927

29282928

0 commit comments

Comments
 (0)