diff --git a/package-lock.json b/package-lock.json index 6e2964391..aeaef9f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15e8af9a3..45eb0b5ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.3.0", + "version": "0.3.1", "description": "Play back HLS with video.js, even where it's not natively supported", "main": "es5/videojs-http-streaming.js", "engines": {