Skip to content

Commit

Permalink
3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Jul 16, 2020
1 parent 25452bf commit 6935497
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livereload-js",
"version": "3.2.3",
"version": "3.2.4",
"main": "dist/livereload.js",
"homepage": "http://livereload.com",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/livereload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ var _require = require('./protocol'),
PROTOCOL_6 = _require.PROTOCOL_6,
PROTOCOL_7 = _require.PROTOCOL_7;

var VERSION = "3.2.3";
var VERSION = "3.2.4";

var Connector = /*#__PURE__*/function () {
function Connector(options, WebSocket, Timer, handlers) {
Expand Down
2 changes: 1 addition & 1 deletion dist/livereload.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livereload-js",
"version": "3.2.3",
"version": "3.2.4",
"description": "LiveReload JS client - auto reload browser on changes",
"main": "dist/livereload.js",
"module": "src/startup.js",
Expand Down

0 comments on commit 6935497

Please sign in to comment.