diff --git a/README.md b/README.md
index 45a249b..8707e6c 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Features
--------
- packs a compatibility tested version - current:
- [v0.8.4](https://github.com/video-dev/hls.js/releases/tag/v0.8.4) - of hls.js
+ [v0.8.5](https://github.com/video-dev/hls.js/releases/tag/v0.8.5) - of hls.js
- by default the engine is only loaded if the browser supports
[MediaSource extensions](http://w3c.github.io/media-source/) reliably for playback
- configurable manual HLS quality selection
@@ -71,14 +71,14 @@ Debugging
---------
A quick way to find out whether there's a problem with the actual plugin component is to
-run your stream in the [hls.js demo player](http://streambox.fr/mse/hls.js-0.8.4/demo/).
+run your stream in the [hls.js demo player](http://streambox.fr/mse/hls.js-0.8.5/demo/).
For fine grained debugging load the unminified components and turn hlsjs debugging on:
```html
-
+
diff --git a/package.json b/package.json
index 5399cbd..a9f05fa 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
},
"homepage": "https://github.com/flowplayer/flowplayer-hlsjs",
"dependencies": {
- "hls.js": "0.8.4",
+ "hls.js": "0.8.5",
"text-encoding": "https://github.com/aiham/text-encoding#remove-encoding-indexes",
"webworkify-webpack": "^1.0.4"
},