From d28a2f3b772adf2f06ce496330d1ae89eda733ee Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 31 Oct 2022 12:41:28 -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 72f800f4..3b111ec1 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.1 + 3.0.2 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:3.0.1' + compile 'com.maxmind.geoip2:geoip2:3.0.2' } ```