diff --git a/README.md b/README.md index 73dd7912..4a0e9a49 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,5 @@ nyc report --reporter=text-lcov > coverage.lcov ## Change Log v2.0.0 No longer supports node v0.10 because of the execSync. +v2.0.1 Publish as latest instead of next. +v2.0.2 Display correct version number in console. diff --git a/package.json b/package.json index d7e700e2..54f345c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "2.0.1", + "version": "2.0.2", "description": "Uploading report to Codecov: https://codecov.io", "main": "index.js", "scripts": {