Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatel531 committed Aug 2, 2016
1 parent f11843d commit 5bc217a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dist/node/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v3.1.0
* Pusher JavaScript Library v3.2.0
* http://pusher.com/
*
* Copyright 2016, Pusher
Expand Down Expand Up @@ -812,7 +812,7 @@ module.exports =

"use strict";
var Defaults = {
VERSION: "3.1.0",
VERSION: "3.2.0",
PROTOCOL: 7,
host: 'ws.pusherapp.com',
ws_port: 80,
Expand Down
4 changes: 2 additions & 2 deletions dist/react-native/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v3.1.0
* Pusher JavaScript Library v3.2.0
* http://pusher.com/
*
* Copyright 2016, Pusher
Expand Down Expand Up @@ -810,7 +810,7 @@ module.exports =

"use strict";
var Defaults = {
VERSION: "3.1.0",
VERSION: "3.2.0",
PROTOCOL: 7,
host: 'ws.pusherapp.com',
ws_port: 80,
Expand Down
4 changes: 2 additions & 2 deletions dist/web/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v3.1.0
* Pusher JavaScript Library v3.2.0
* http://pusher.com/
*
* Copyright 2016, Pusher
Expand Down Expand Up @@ -454,7 +454,7 @@ return /******/ (function(modules) { // webpackBootstrap

"use strict";
var Defaults = {
VERSION: "3.1.0",
VERSION: "3.2.0",
PROTOCOL: 7,
host: 'ws.pusherapp.com',
ws_port: 80,
Expand Down
4 changes: 2 additions & 2 deletions dist/web/pusher.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/worker/pusher.worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v3.1.0
* Pusher JavaScript Library v3.2.0
* http://pusher.com/
*
* Copyright 2016, Pusher
Expand Down Expand Up @@ -810,7 +810,7 @@ var Pusher =

"use strict";
var Defaults = {
VERSION: "3.1.0",
VERSION: "3.2.0",
PROTOCOL: 7,
host: 'ws.pusherapp.com',
ws_port: 80,
Expand Down
4 changes: 2 additions & 2 deletions dist/worker/pusher.worker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusher-js",
"version": "3.1.0",
"version": "3.2.0",
"description": "Pusher JavaScript library for browser, React Native, NodeJS and web workers",
"main": "dist/web/pusher.js",
"scripts": {
Expand Down

0 comments on commit 5bc217a

Please sign in to comment.