Skip to content

Commit

Permalink
Bump to version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevarthen committed May 9, 2019
1 parent 335c986 commit c50ccd0
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 @@ -48,7 +48,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.9.0/katalon-mobile-util-1.9.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.11.0/katalon-mobile-util-1.11.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
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.11.0-SNAPSHOT</version>
<version>1.11.0</version>
<packaging>jar</packaging>

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

0 comments on commit c50ccd0

Please sign in to comment.