Skip to content

Commit

Permalink
Bump to 1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevarthen committed Jul 29, 2019
1 parent f0de9f1 commit 2b80a7b
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 @@ -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.1/katalon-mobile-util-1.12.1.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.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/).

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
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.13.0-SNAPSHOT</version>
<version>1.12.2</version>
<packaging>jar</packaging>

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

0 comments on commit 2b80a7b

Please sign in to comment.