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