Skip to content

Commit 9c3e286

Browse files
committed
v3.2.0
1 parent 62fd02f commit 9c3e286

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele
1111
<dependency>
1212
<groupId>io.appium</groupId>
1313
<artifactId>java-client</artifactId>
14-
<version>3.1.0</version>
14+
<version>3.2.0</version>
1515
</dependency>
1616
```
1717

@@ -21,7 +21,7 @@ It currently depends on selenium-java 2.46.0. If it is necessary to use another
2121
<dependency>
2222
<groupId>io.appium</groupId>
2323
<artifactId>java-client</artifactId>
24-
<version>3.1.0</version>
24+
<version>3.2.0</version>
2525
<exclusions>
2626
<exclusion>
2727
<groupId>org.seleniumhq.selenium</groupId>
@@ -108,7 +108,7 @@ If you are working on this project and use Intellij Idea, you need to change the
108108
If you are using the Eclipse IDE, make sure you are using verison Luna or later.
109109

110110
##Changelog##
111-
*3.2.0 (not yet published)*
111+
*3.2.0*
112112
- updated the dependency on Selenium to version 2.47.1
113113
- the new dependency on commons-validator v1.4.1
114114
- the ability to start programmatically/silently an Appium node server is provided now. Details please read at [#240](https://github.com/appium/java-client/pull/240).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.appium</groupId>
2323
<artifactId>java-client</artifactId>
24-
<version>3.1.0</version>
24+
<version>3.2.0</version>
2525
<dependencies>
2626
<dependency>
2727
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)