From 7f06eb6acc79002f018d8ccea90910f78015bf69 Mon Sep 17 00:00:00 2001 From: Alessandro Minoccheri Date: Mon, 20 Mar 2017 11:03:44 +0100 Subject: [PATCH] upgrade version 3.0.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",