diff --git a/README.md b/README.md index 49ce32eb..3801ff17 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.geoip2 geoip2 - 2.10.0 + 2.11.0 ``` @@ -33,7 +33,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.geoip2:geoip2:2.10.0' + compile 'com.maxmind.geoip2:geoip2:2.11.0' } ```