File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.11 </version>
38+ <version>1.0.12 </version>
3939</dependency>
4040```
4141
@@ -50,7 +50,7 @@ repositories {
5050}
5151
5252dependencies {
53- compile 'io.ipgeolocation:ipgeolocation:1.0.11 '
53+ compile 'io.ipgeolocation:ipgeolocation:1.0.12 '
5454 ...
5555}
5656```
@@ -60,7 +60,7 @@ dependencies {
6060Add 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.11 ' >
63+ <dependency org =' io.ipgeolocation' name =' ipgeolocation' rev =' 1.0.12 ' >
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
7070Use 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.11 .jar ] ( https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.11 .jar )
72+ * [ https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.12 .jar ] ( https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.12 .jar )
7373
7474Basic Usage
7575-----------
Original file line number Diff line number Diff line change 66
77 <groupId >io.ipgeolocation</groupId >
88 <artifactId >ipgeolocation</artifactId >
9- <version >1.0.11 </version >
9+ <version >1.0.12 </version >
1010
1111 <dependencies >
1212 <dependency >
You can’t perform that action at this time.
0 commit comments