Skip to content

Commit ae343b7

Browse files
author
Devendra
committed
incrementing version number and editing changelog
1 parent 2bc95b4 commit ae343b7

File tree

21 files changed

+42
-39
lines changed

21 files changed

+42
-39
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
06-25-13 * NEW VERSION 3.5.3 *
2+
. fixed the issue with minified version of JS files.
3+
14
06-18-13 * NEW VERSION 3.5.2 *
25
. removed uneeded presence leave events on non-ssl.
36
. added `channel` to here_now callback.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.2
1+
3.5.3

modern/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.2
1+
// Version: 3.5.3
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -764,7 +764,7 @@ THE SOFTWARE.
764764
* UTIL LOCALS
765765
*/
766766
var NOW = 1
767-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.5.2'
767+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.5.3'
768768
, XHRTME = 310000;
769769

770770

modern/pubnub.min.js

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

node.js/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.2
1+
// Version: 3.5.3
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -769,7 +769,7 @@ var NOW = 1
769769
, XHRTME = 310000
770770
, DEF_TIMEOUT = 10000
771771
, SECOND = 1000
772-
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.5.2'
772+
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.5.3'
773773
, XORIGN = 1;
774774

775775

phonegap/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.2
1+
// Version: 3.5.3
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -764,7 +764,7 @@ THE SOFTWARE.
764764
* UTIL LOCALS
765765
*/
766766
var NOW = 1
767-
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.5.2'
767+
, PNSDK = 'PubNub-JS-' + 'Phonegap' + '/' + '3.5.3'
768768
, XHRTME = 310000;
769769

770770

phonegap/pubnub.min.js

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

sencha/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.2
1+
// Version: 3.5.3
22
var NOW = 1
33
, READY = false
44
, READY_BUFFER = []
@@ -764,7 +764,7 @@ THE SOFTWARE.
764764
* UTIL LOCALS
765765
*/
766766
var NOW = 1
767-
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.5.2'
767+
, PNSDK = 'PubNub-JS-' + 'Sencha' + '/' + '3.5.3'
768768
, XHRTME = 310000;
769769

770770

sencha/pubnub.min.js

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

smart-tv/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.5.2
1+
// Version: 3.5.3
22
/* =-====================================================================-= */
33
/* =-====================================================================-= */
44
/* =-========================= JSON =============================-= */
@@ -892,7 +892,7 @@ window['PUBNUB'] || (function() {
892892
*/
893893

894894
var ASYNC = 'async'
895-
, PNSDK = 'PubNub-JS-' + 'SmartTV' + '/' + '3.5.2';
895+
, PNSDK = 'PubNub-JS-' + 'SmartTV' + '/' + '3.5.3';
896896

897897
/**
898898
* CONSOLE COMPATIBILITY

0 commit comments

Comments
 (0)