diff --git a/package-lock.json b/package-lock.json index ffe3a5e..60b0f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hls-live-thumbnails", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hls-live-thumbnails", - "version": "1.7.1", + "version": "1.8.0", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", diff --git a/package.json b/package.json index cfd6bd0..95cd01d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hls-live-thumbnails", - "version": "1.7.1", + "version": "1.8.0", "description": "A service which will generate thumbnails from a live HLS stream.", "main": "src/index.js", "bin": "src/cli.js",