diff --git a/demo/video-js.css b/demo/video-js.css index 0336c3b..978bd42 100755 --- a/demo/video-js.css +++ b/demo/video-js.css @@ -1,6 +1,6 @@ /*! Video.js Default Styles (http://videojs.com) -Version 4.12.4 +Version 4.12.5 Create your own skin at http://designer.videojs.com */ /* SKIN diff --git a/demo/video.dev.js b/demo/video.dev.js index 6a87bb0..56f0b08 100755 --- a/demo/video.dev.js +++ b/demo/video.dev.js @@ -80,7 +80,7 @@ vjs.ACCESS_PROTOCOL = ('https:' == document.location.protocol ? 'https://' : 'ht * Full player version * @type {string} */ -vjs['VERSION'] = '4.12.4'; +vjs['VERSION'] = '4.12.5'; /** * Global Player instance options, surfaced from vjs.Player.prototype.options_