Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Aug 5, 2014
1 parent feddb3c commit fd3cce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

Expand Down Expand Up @@ -61,6 +61,9 @@ Locators:
- findElementsByAndroidUIAutomator()

##Changelog##
*1.6.1*
- Fixed the logic for checking connection status on NetworkConnectionSetting objects

*1.6.0*
- Added @findBy annotations. Explanation here: https://github.com/appium/java-client/pull/68 Thanks to TikhomirovSergey
- Appium Driver now implements LocationContext interface, so setLocation() works for setting GPS coordinates
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit fd3cce8

Please sign in to comment.