Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 35b145a

Browse files
author
Chris Paul
committed
Update README for 3.1.0
1 parent 229f55a commit 35b145a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Use the HelloSign Java SDK to get your Java app connected to HelloSign's service
66

77
Download the HelloSign Java SDK JAR and include it in your project classpath:
88

9-
* [hellosign-java-sdk-3.0.5.jar](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.0.5.jar)
9+
* [hellosign-java-sdk-3.1.0.jar](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.1.0.jar)
1010

1111
Alternatively, you can build the SDK yourself by forking this repository and use Maven to build it:
1212

1313
mvn clean package -DskipTests
1414

1515
Locate the JAR file in the `target` directory and place it on your project classpath.
1616

17-
The SDK is built with Java 7 and depends on the SL4J 1.7.5 and JSON v20090211 libraries. If your project does not already include these, you can use the [JAR that includes these dependencies](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.0.5-jar-with-dependencies.jar).
17+
The SDK is built with Java 7 and depends on the SL4J 1.7.5 and JSON v20090211 libraries. If your project does not already include these, you can use the [JAR that includes these dependencies](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.1.0-jar-with-dependencies.jar).
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)