Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hollingsworthd committed Oct 11, 2016
1 parent a6fa922 commit 5845535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Or install via Maven:
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>0.16.4</version>
<version>0.17.0</version>
</dependency>
```
For other install options, see the [Central Repository](http://search.maven.org/#artifactdetails|com.machinepublishers|jbrowserdriver|0.16.4|jar).
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ INSTALLATION:
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>0.14.12</version>
<version>0.17.0</version>
</dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>jbrowserdriver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>A programmable, embedded web browser driver compatible with the Selenium WebDriver spec -- fast, headless, WebKit-based, 100% pure Java, and no browser dependencies</description>
<version>0.16.5-SNAPSHOT</version>
<version>0.17.1-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/machinepublishers/jbrowserdriver</url>
<scm>
Expand Down

0 comments on commit 5845535

Please sign in to comment.