From d7a3891f30a02459d4bfb0c131fd58e3beb36db0 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 12 Dec 2022 12:36:26 -0800 Subject: [PATCH] update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c4eeabd..4824ab91 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.geoip2 geoip2 - 3.0.2 + 4.0.0 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:3.0.2' + compile 'com.maxmind.geoip2:geoip2:4.0.0' } ```