We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4a683 commit 5fd0ab8Copy full SHA for 5fd0ab8
1 file changed
README.md
@@ -20,7 +20,7 @@ To do this, add the dependency to your pom.xml:
20
<dependency>
21
<groupId>com.maxmind.geoip2</groupId>
22
<artifactId>geoip2</artifactId>
23
- <version>2.8.0-rc1</version>
+ <version>2.8.0</version>
24
</dependency>
25
```
26
@@ -33,7 +33,7 @@ repositories {
33
mavenCentral()
34
}
35
dependencies {
36
- compile 'com.maxmind.geoip2:geoip2:2.8.0-rc1'
+ compile 'com.maxmind.geoip2:geoip2:2.8.0'
37
38
39
0 commit comments