Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlap committed Nov 3, 2016
1 parent cc5809f commit 2165f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-contrib-hls",
"version": "3.6.6",
"version": "3.6.7",
"description": "Play back HLS with video.js, even where it's not natively supported",
"main": "es5/videojs-contrib-hls.js",
"engines": {
Expand Down

1 comment on commit 2165f9d

@askaliuk
Copy link

@askaliuk askaliuk commented on 2165f9d Nov 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmlap looks like this release does not contain changes from videojs-contrib-media-sources. May be package.json should be updated:
"videojs-contrib-media-sources": "^4.0.4", => "videojs-contrib-media-sources": "^4.0.5", to pick them up.

Please sign in to comment.