File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ Add the following dependency in `pom.xml` file to use the IP City DB Java SDK.
1919<dependency>
2020 <groupId>io.ipgeolocation</groupId>
2121 <artifactId>ip-city-std-db</artifactId>
22- <version>1.0.0 </version>
22+ <version>1.0.1 </version>
2323</dependency>
2424```
2525
2626### Gradle
2727``` gradle
28- implementation 'io.ipgeolocation:ip-city-std-db:1.0.0 '
28+ implementation 'io.ipgeolocation:ip-city-std-db:1.0.1 '
2929```
3030
3131### Ivy
3232
3333Add the following dependency code in ` ivy.xml ` file to use the IP City DB Java SDK.
3434
3535``` ivy
36- <dependency org =" io.ipgeolocation" name =" ip-city-std-db" rev =" 1.0.0 " />
36+ <dependency org =" io.ipgeolocation" name =" ip-city-std-db" rev =" 1.0.1 " />
3737```
3838
3939## Basic Usage
Original file line number Diff line number Diff line change 66
77 <groupId >io.ipgeolocation</groupId >
88 <artifactId >ip-city-std-db</artifactId >
9- <version >1.0.0 </version >
9+ <version >1.0.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >ip-city-standard-db-sdk</name >
You can’t perform that action at this time.
0 commit comments