1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

Update swf version to 4.5.3

closes #1823
This commit is contained in:
Lee Whitaker 2015-01-22 16:54:14 -05:00 committed by heff
parent c8781cf51b
commit 3c83fd364d
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ CHANGELOG
* @carpasse fixed a bug in updating child indexes after removing components ([view](https://github.com/videojs/video.js/pull/1814))
* @dmlap fixed a bug where native controls would show after switching techs ([view](https://github.com/videojs/video.js/pull/1811))
* @H1D fixed an issue with file extension type detection ([view](https://github.com/videojs/video.js/pull/1818))
* @bclwhitaker updated to v4.5.3 of video-js-swf ([view](https://github.com/videojs/video.js/pull/1823))
--------------------

View File

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