diff --git a/README.md b/README.md index 48ac96f..0447d17 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Example It will prints: ``` name: package-info -version: 2.2.3 +version: 3.0.1 description: Get the information of a npm package license: MIT homepage: https://github.com/AlessandroMinoccheri/package-info diff --git a/package.json b/package.json index 16e7f6b..11d28a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package-info", - "version": "3.0.0", + "version": "3.0.1", "description": "Get the information of a npm package", "license": "MIT", "repository": "AlessandroMinoccheri/package-info",