We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c17b5 commit e2b0184Copy full SHA for e2b0184
2 files 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>4.0.0</version>
+ <version>4.0.1</version>
20
</dependency>
21
```
22
@@ -29,7 +29,7 @@ repositories {
29
mavenCentral()
30
}
31
dependencies {
32
- compile 'com.maxmind.db:maxmind-db:4.0.0'
+ compile 'com.maxmind.db:maxmind-db:4.0.1'
33
34
35
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
6
7
<packaging>jar</packaging>
8
<name>MaxMind DB Reader</name>
9
<description>Reader for MaxMind DB</description>
0 commit comments