Skip to content

Commit 2f2a0ac

Browse files
committed
update version number in README.md
1 parent 46bfe8d commit 2f2a0ac

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
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.db</groupId>
1818
<artifactId>maxmind-db</artifactId>
19-
<version>2.0.0-rc2</version>
19+
<version>2.0.0</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.db:maxmind-db:2.0.0-rc2'
32+
compile 'com.maxmind.db:maxmind-db:2.0.0'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)