Skip to content

Commit 6b6087f

Browse files
committed
update version number in README.md
1 parent cf215c4 commit 6b6087f

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
@@ -20,7 +20,7 @@ To do this, add the dependency to your pom.xml:
2020
<dependency>
2121
<groupId>com.maxmind.geoip2</groupId>
2222
<artifactId>geoip2</artifactId>
23-
<version>2.14.0</version>
23+
<version>2.15.0-rc1</version>
2424
</dependency>
2525
```
2626

@@ -33,7 +33,7 @@ repositories {
3333
mavenCentral()
3434
}
3535
dependencies {
36-
compile 'com.maxmind.geoip2:geoip2:2.14.0'
36+
compile 'com.maxmind.geoip2:geoip2:2.15.0-rc1'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)