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