diff --git a/README.md b/README.md index 858e6399..1db29084 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.1 + 2.17.0 ``` @@ -30,7 +30,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:2.16.1' + compile 'com.maxmind.geoip2:geoip2:2.17.0' } ```