From 4339c1e052552859819503c6533dba2cc914468f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 29 Mar 2022 08:58:21 -0700 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 1a3feba4..1e0d1b8f 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.0 + 3.0.1 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:3.0.0' + compile 'com.maxmind.geoip2:geoip2:3.0.1' } ```