From ea0ffe8e78de2508da552e0ed414b130135dc916 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Sun, 3 Feb 2019 14:29:07 +0100 Subject: [PATCH] Update version of the package to install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98cdc9d..0efbcc5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can install the library using [composer](https://getcomposer.org/). Add thes ```json "require" : { - "davidepastore/ipinfo" : "^0.3.*" + "davidepastore/ipinfo" : "^0.4.*" } ```