Skip to content

Commit

Permalink
Update to point docs to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevarthen committed Sep 5, 2018
1 parent c01fa3d commit f8f4346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

To use this **katalon-mobile-util** library in Katalon Studio tests, it is not required that you build from source.

Place the [release artifact jar](https://github.com/detroit-labs/katalon-mobile-util/releases/download/1.5.0/katalon-mobile-util-1.5.0.jar) into your Katalon test project's `/Drivers` directory, or follow the Katalon Studio instructions: [How to import external library into your automation project](https://www.katalon.com/resources-center/tutorials/import-java-library/).
Place the [release artifact jar](https://github.com/detroit-labs/katalon-mobile-util/releases/download/1.6.0/katalon-mobile-util-1.6.0.jar) into your Katalon test project's `/Drivers` directory, or follow the Katalon Studio instructions: [How to import external library into your automation project](https://www.katalon.com/resources-center/tutorials/import-java-library/).

## Building from source

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.detroitlabs</groupId>
<artifactId>katalon-mobile-util</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>katalon-mobile-util</name>
Expand Down

0 comments on commit f8f4346

Please sign in to comment.