Skip to content

Commit 94b4b05

Browse files
committed
update version number in README.md
1 parent 48b9427 commit 94b4b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To do this, add the dependency to your pom.xml:
1818
<dependency>
1919
<groupId>com.maxmind.geoip2</groupId>
2020
<artifactId>geoip2</artifactId>
21-
<version>2.15.0-rc1</version>
21+
<version>2.15.0</version>
2222
</dependency>
2323
```
2424

@@ -31,7 +31,7 @@ repositories {
3131
mavenCentral()
3232
}
3333
dependencies {
34-
compile 'com.maxmind.geoip2:geoip2:2.15.0-rc1'
34+
compile 'com.maxmind.geoip2:geoip2:2.15.0'
3535
}
3636
```
3737

0 commit comments

Comments
 (0)