1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-29 22:07:10 +02:00

@heff updated the SWF to the latest version. closes #1714

This commit is contained in:
heff 2014-12-04 13:24:05 -08:00
parent 0960a6108b
commit dd9b4df727
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ CHANGELOG
* @mmcc added functions for better timeout and interval handling ([view](https://github.com/videojs/video.js/pull/1642))
* @mmcc fixed the vdata exception when you dispose a player with tracks ([view](https://github.com/videojs/video.js/pull/1710))
* @nemesreviz added a Hungarian translation ([view](https://github.com/videojs/video.js/pull/1711))
* @heff updated the SWF to the latest version ([view](https://github.com/videojs/video.js/pull/1714))
--------------------

View File

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