1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

Updated to the latest version of the swf to fix HLS playback. closes #1538

This commit is contained in:
Steve Heffernan 2014-09-25 14:09:25 -07:00
parent 2b57ada7df
commit bb52851aa4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
* Updated to the latest version of the swf to fix HLS playback ([view](https://github.com/videojs/video.js/pull/1538))
--------------------

View File

@ -21,7 +21,7 @@
},
"main": "./dist/video-js/video.js",
"dependencies": {
"videojs-swf": "4.4.4"
"videojs-swf": "4.4.5"
},
"devDependencies": {
"calcdeps": "~0.1.7",