Skip to content

Commit cfb8e0a

Browse files
author
Max Presman
committed
bump version
1 parent 1da6f32 commit cfb8e0a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.pubnub.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: javascript
2-
version: 4.12.0
2+
version: 4.13.0
33
schema: 1
44
scm: github.com/pubnub/javascript
55
files:
66
- dist/web/pubnub.js
77
- dist/web/pubnub.min.js
88
changelog:
9+
- version: v4.13.0
10+
date:
11+
changes:
12+
- type: improvement
13+
text: patch up 503 reporting
914
- version: v4.12.0
1015
date:
1116
changes:

dist/titanium/pubnub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.12.0 / Consumer */
1+
/*! 4.13.0 / Consumer */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();

dist/web/pubnub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.12.0 / Consumer */
1+
/*! 4.13.0 / Consumer */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "4.12.0",
3+
"version": "4.13.0",
44
"author": "PubNub <[email protected]>",
55
"description": "Publish & Subscribe Real-time Messaging with PubNub",
66
"bin": {},
@@ -92,4 +92,4 @@
9292
"engine": {
9393
"node": ">=0.8"
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)