Skip to content

Commit 1ca2ce8

Browse files
Merge pull request #6 from IPGeolocation/version-update
Updated dependency version
2 parents d77e652 + 155e966 commit 1ca2ce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3333
Add 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)