diff --git a/README.md b/README.md index 1fbf6847..234d3967 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,5 @@ If you're seeing an **HTTP 400 error when uploading reports to S3**, make sure y - v3.6.4 Fix Cirrus CI - v3.7.0 Remove the X-Amz-Acl: public-read header - v3.7.1 Move to execFileSync and security fixes - -. +- v3.7.2 Fix issue with network and file finding + . diff --git a/package-lock.json b/package-lock.json index 8223ed9b..812d449b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b3b5493..45831ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "3.7.1", + "version": "3.7.2", "description": "Uploading report to Codecov: https://codecov.io", "main": "index.js", "scripts": {