Skip to content

Commit

Permalink
update pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
shvul committed Nov 22, 2018
1 parent ef8e64d commit 95ec04e
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 @@ -44,7 +44,7 @@ Add wda-java-client dependency:
<dependency>
<groupId>com.github.shvul</groupId>
<artifactId>wda-java-client</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
Download [WebDriverAgent](https://github.com/shvul/WebDriverAgent) with tvOS support:
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.shvul</groupId>
<artifactId>wda-java-client</artifactId>
<version>1.0.3-beta-2</version>
<version>1.0.3</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 95ec04e

Please sign in to comment.