From 03acc6e64de3b4533a5761d8a629d8c1540bfa8f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 18 Nov 2021 15:10:43 -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 6ed63528..858e6399 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 - 2.16.0 + 2.16.1 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:2.16.0' + compile 'com.maxmind.geoip2:geoip2:2.16.1' } ```