Skip to content

Commit 4a4f949

Browse files
authored
Merge pull request #15 from IPGeolocation/fix/version
Version updated
2 parents 93f442e + 7b4b4b7 commit 4a4f949

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
4646
<dependency>
4747
<groupId>io.ipgeolocation</groupId>
4848
<artifactId>ipgeolocation</artifactId>
49-
<version>1.0.14</version>
49+
<version>1.0.15</version>
5050
</dependency>
5151
```
5252

@@ -55,13 +55,8 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
5555
Add the following dependency in 'build.gradle' file to use the IP Geolocation API Java SDK.
5656

5757
```gradle
58-
repositories {
59-
...
60-
maven { url "http://dl.bintray.com/ipgeolocation/ipgeolocation" }
61-
}
62-
6358
dependencies {
64-
compile 'io.ipgeolocation:ipgeolocation:1.0.14'
59+
compile 'io.ipgeolocation:ipgeolocation:1.0.15'
6560
...
6661
}
6762
```
@@ -71,7 +66,7 @@ dependencies {
7166
Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.
7267

7368
```ivy
74-
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.14'>
69+
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.15'>
7570
<artifact name='ipgeolocation' />
7671
</dependency>
7772
```
@@ -80,7 +75,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP
8075

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

83-
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14.jar)
78+
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15.jar)
8479

8580
Documentation
8681
-----------

0 commit comments

Comments
 (0)