Skip to content

Commit e44c759

Browse files
author
Devendra
committed
version bump
1 parent 47ece16 commit e44c759

File tree

22 files changed

+60
-60
lines changed

22 files changed

+60
-60
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12
1+
3.7.13

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "3.7.12",
3+
"version": "3.7.13",
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.12
1+
// Version: 3.7.13
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.12'
15+
, SDK_VER = '3.7.13'
1616
, REPL = /{([\w\-]+)}/g;
1717

1818
/**
@@ -2145,7 +2145,7 @@ THE SOFTWARE.
21452145
* UTIL LOCALS
21462146
*/
21472147
var NOW = 1
2148-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.12'
2148+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.13'
21492149
, XHRTME = 310000;
21502150

21512151

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/pubnub.js

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

1818
/**
@@ -2050,7 +2050,7 @@ var NOW = 1
20502050
, XHRTME = 310000
20512051
, DEF_TIMEOUT = 10000
20522052
, SECOND = 1000
2053-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.12'
2053+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.7.13'
20542054
, crypto = require('crypto')
20552055
, proxy = null
20562056
, XORIGN = 1

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.12",
4+
"version": "3.7.13",
55
"author": "PubNub <[email protected]>",
66
"description": "Publish & Subscribe Real-time Messaging with PubNub",
77
"contributors": [

phonegap/pubnub.js

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

1818
/**
@@ -2145,7 +2145,7 @@ THE SOFTWARE.
21452145
* UTIL LOCALS
21462146
*/
21472147
var NOW = 1
2148-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.12'
2148+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.7.13'
21492149
, XHRTME = 310000;
21502150

21512151

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

1818
/**
@@ -2145,7 +2145,7 @@ THE SOFTWARE.
21452145
* UTIL LOCALS
21462146
*/
21472147
var NOW = 1
2148-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.12'
2148+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.7.13'
21492149
, XHRTME = 310000;
21502150

21512151

0 commit comments

Comments
 (0)