e3f3552d by David LaPalomento

Update media-sources and README for release

Pick up the latest vjs-media-sources and document the changes in 0.7.0.
1 parent e3ebff86
...@@ -172,6 +172,7 @@ bandwidth and viewport dimensions. ...@@ -172,6 +172,7 @@ bandwidth and viewport dimensions.
172 - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest] 172 - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest]
173 173
174 ## Release History 174 ## Release History
175 - 0.7.0: convert the HLS plugin to a tech
175 - 0.6.0: 176 - 0.6.0:
176 - Refactor playlist loading 177 - Refactor playlist loading
177 - Add testing via karma 178 - Add testing via karma
......
...@@ -37,6 +37,6 @@ ...@@ -37,6 +37,6 @@
37 "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha" 37 "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
38 }, 38 },
39 "dependencies": { 39 "dependencies": {
40 "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8" 40 "videojs-contrib-media-sources": "^0.3.0"
41 } 41 }
42 } 42 }
......