diff --git a/package-lock.json b/package-lock.json index bb2cf7d..c1fd985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "hls-live-thumbnails", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", diff --git a/package.json b/package.json index d8116a0..c0b3de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hls-live-thumbnails", - "version": "1.5.1", + "version": "1.6.0", "description": "A service which will generate thumbnails from a live HLS stream.", "main": "src/index.js", "bin": "src/cli.js",