From fbdf7ef0411f178b7ef7396db97b41232fab08b6 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Tue, 19 May 2015 12:43:22 -0400 Subject: [PATCH] @dmlap update swf to 4.7 to pick up preload fix. closes #2170 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f83905e..14f0d64c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * @tjenkinson Added background-color to vjs-poster to remove transparent borders around scaled poster image ([view](https://github.com/videojs/video.js/pull/2138)) * @bc-bbay fixed a bug where the player would try to autoplay when there was no source ([view](https://github.com/videojs/video.js/pull/2127)) * @bc-bbay update time display on loadedmetadata ([view](https://github.com/videojs/video.js/pull/2151)) +* @dmlap update swf to 4.7 to pick up preload fix ([view](https://github.com/videojs/video.js/pull/2170)) -------------------- diff --git a/package.json b/package.json index 5b51db4dc..3e5cd131c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "main": "./dist/video-js/video.js", "dependencies": { - "videojs-swf": "4.5.4", + "videojs-swf": "4.7.0", "vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build" }, "devDependencies": {