Skip to content

Commit 5b17ebc

Browse files
committed
update to 1.2.1
1 parent 8df165a commit 5b17ebc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Locators:
6060
- findElementsByAndroidUIAutomator()
6161

6262
##Changelog##
63+
*1.2.1*
64+
- fix dependency issue
65+
6366
*1.2.0*
6467
- complexFind() now returns MobileElement objects
6568
- added scrollTo() and scrollToExact() methods for use with complexFind()

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.appium</groupId>
88
<artifactId>java-client</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.1</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>com.google.collections</groupId>

0 commit comments

Comments
 (0)