Skip to content

Commit 5e18444

Browse files
Update readme and sdk version
1 parent 663abbf commit 5e18444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Library Requirements
1010
--------------------
1111

1212
* Google Gson, you can find it inside this project under `lib/google/` or download from [here](http://code.google.com/p/google-gson/downloads/list).
13-
* The library was tested on Java 8 and above.
13+
* The library SDK version 5.1.0 is compatible with Java 8 and above.
1414

1515
Installation
1616
------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.pipl.api</groupId>
66
<artifactId>piplapis</artifactId>
7-
<version>6.0.0-SNAPSHOT</version><!-- `-SNAPSHOT` is replaced during build -->
7+
<version>5.1.0-SNAPSHOT</version><!-- `-SNAPSHOT` is replaced during build -->
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)