Skip to content

Commit 1312a17

Browse files
committed
update version number in README.md
1 parent 5741ead commit 1312a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
1717
<dependency>
1818
<groupId>com.maxmind.db</groupId>
1919
<artifactId>maxmind-db</artifactId>
20-
<version>1.4.0</version>
20+
<version>2.0.0-rc1</version>
2121
</dependency>
2222
```
2323

@@ -30,7 +30,7 @@ repositories {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
compile 'com.maxmind.db:maxmind-db:1.4.0'
33+
compile 'com.maxmind.db:maxmind-db:2.0.0-rc1'
3434
}
3535
```
3636

0 commit comments

Comments
 (0)