Skip to content

Commit

Permalink
Bump to 1.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevarthen committed Jul 31, 2019
1 parent c2ce4ce commit 23ec8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ For detailed usage, view the [Javadocs](https://detroit-labs.github.io/katalon-m

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.12.2/katalon-mobile-util-1.12.2.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.13.0/katalon-mobile-util-1.13.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/).

After installation, make sure you restart Katalon Studio for the library to be loaded correctly.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

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

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

0 comments on commit 23ec8ad

Please sign in to comment.