diff --git a/package-lock.json b/package-lock.json index 10b024581..9251d8740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4f085027..6c5504a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "0.3.1", + "version": "0.4.0", "description": "Play back HLS with video.js, even where it's not natively supported", "main": "es5/videojs-http-streaming.js", "engines": {