We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962aa21 commit 4b52cccCopy full SHA for 4b52ccc
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>2.0.0-rc1</version>
+ <version>2.0.0-rc2</version>
21
</dependency>
22
```
23
@@ -30,7 +30,7 @@ repositories {
30
mavenCentral()
31
}
32
dependencies {
33
- compile 'com.maxmind.db:maxmind-db:2.0.0-rc1'
+ compile 'com.maxmind.db:maxmind-db:2.0.0-rc2'
34
35
36
0 commit comments