Skip to content

Commit bb15e99

Browse files
committed
2 parents 0dbb460 + b172728 commit bb15e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
3535
<dependency>
3636
<groupId>io.ipgeolocation</groupId>
3737
<artifactId>ipgeolocation</artifactId>
38-
<version>1.0.5</version>
38+
<version>1.0.6</version>
3939
</dependency>
4040
```
4141

@@ -50,7 +50,7 @@ repositories {
5050
}
5151
5252
dependencies {
53-
compile 'io.ipgeolocation:ipgeolocation:1.0.5'
53+
compile 'io.ipgeolocation:ipgeolocation:1.0.6'
5454
...
5555
}
5656
```
@@ -60,7 +60,7 @@ dependencies {
6060
Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.
6161

6262
```ivy
63-
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.5'>
63+
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.6'>
6464
<artifact name='ipgeolocation' />
6565
</dependency>
6666
```
@@ -69,7 +69,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP
6969

7070
Use the following URL to download the latest JAR file for IP Geolocation API Java SDK.
7171

72-
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.5.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.5.jar)
72+
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.5.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.6.jar)
7373

7474
Basic Usage
7575
-----------

0 commit comments

Comments
 (0)