diff --git a/docs/demo/fluid.html b/docs/demo/fluid.html index 760b31c9..d3c6b180 100644 --- a/docs/demo/fluid.html +++ b/docs/demo/fluid.html @@ -4,10 +4,10 @@ Wavesurfer Plugin for Video.js Fluid Example - + - + diff --git a/docs/demo/index.html b/docs/demo/index.html index ff8b1d7b..23ae3b8a 100644 --- a/docs/demo/index.html +++ b/docs/demo/index.html @@ -4,10 +4,10 @@ Wavesurfer Plugin for Video.js Example - + - + diff --git a/docs/demo/input.html b/docs/demo/input.html index ff4e260a..bba71f18 100644 --- a/docs/demo/input.html +++ b/docs/demo/input.html @@ -4,10 +4,10 @@ Audio Input Example - Wavesurfer Plugin for Video.js - + - + diff --git a/docs/demo/live.html b/docs/demo/live.html index 7ba6c0dd..a5261c89 100644 --- a/docs/demo/live.html +++ b/docs/demo/live.html @@ -4,10 +4,10 @@ Wavesurfer Microphone Plugin for Video.js Example - + - + diff --git a/docs/demo/multi.html b/docs/demo/multi.html index 61f45074..4ee5078f 100644 --- a/docs/demo/multi.html +++ b/docs/demo/multi.html @@ -4,10 +4,10 @@ videojs-wavesurfer with multiple players on single page - + - + diff --git a/docs/demo/output.html b/docs/demo/output.html index ff203290..f8ede518 100644 --- a/docs/demo/output.html +++ b/docs/demo/output.html @@ -4,10 +4,10 @@ Audio Output Example - Wavesurfer Plugin for Video.js - + - + diff --git a/docs/demo/peaks.html b/docs/demo/peaks.html index 14c3530c..b4b89c86 100644 --- a/docs/demo/peaks.html +++ b/docs/demo/peaks.html @@ -4,10 +4,10 @@ Peaks example - Wavesurfer Plugin for Video.js - + - + diff --git a/docs/demo/plugin.html b/docs/demo/plugin.html index fb720c8c..7e6f93b1 100644 --- a/docs/demo/plugin.html +++ b/docs/demo/plugin.html @@ -4,10 +4,10 @@ Plugin Example - Wavesurfer Plugin for Video.js - + - + diff --git a/docs/demo/react/index.html b/docs/demo/react/index.html index cb085dd9..2d077c9d 100644 --- a/docs/demo/react/index.html +++ b/docs/demo/react/index.html @@ -8,10 +8,10 @@ - + - + diff --git a/docs/demo/texttrack.html b/docs/demo/texttrack.html index 5a47b82f..3e66fa77 100644 --- a/docs/demo/texttrack.html +++ b/docs/demo/texttrack.html @@ -4,10 +4,10 @@ Text tracks - Wavesurfer Plugin for Video.js Example - + - + diff --git a/docs/demo/video.html b/docs/demo/video.html index 7ed300ce..bf2b7ade 100644 --- a/docs/demo/video.html +++ b/docs/demo/video.html @@ -4,10 +4,10 @@ Wavesurfer Plugin Video Example - + - + diff --git a/docs/tools/update-videojs.js b/docs/tools/update-videojs.js index 6b1a79e8..5617c7dc 100644 --- a/docs/tools/update-videojs.js +++ b/docs/tools/update-videojs.js @@ -7,8 +7,8 @@ const replace = require('replace-in-file'); const path = require('path'); -const OLD_VERSION = "7.8.4"; -const NEW_VERSION = "7.10.1"; +const OLD_VERSION = "7.10.1"; +const NEW_VERSION = "7.10.2"; const options = { files: path.resolve(__dirname, '..', 'demo') + '/**/*.html',