diff --git a/package-lock.json b/package-lock.json index 1a8ebf156..f627a145f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94d0c839c..adc51ca22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.6.0", + "version": "0.6.1", "description": "Play back HLS with video.js, even where it's not natively supported", "main": "es5/videojs-http-streaming.js", "engines": {