We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aba36 commit af3f54eCopy full SHA for af3f54e
1 file changed
README.md
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
16
<dependency>
17
<groupId>com.maxmind.db</groupId>
18
<artifactId>maxmind-db</artifactId>
19
- <version>2.0.0</version>
+ <version>2.1.0</version>
20
</dependency>
21
```
22
@@ -29,7 +29,7 @@ repositories {
29
mavenCentral()
30
}
31
dependencies {
32
- compile 'com.maxmind.db:maxmind-db:2.0.0'
+ compile 'com.maxmind.db:maxmind-db:2.1.0'
33
34
35
0 commit comments