Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hollingsworthd committed May 13, 2016
1 parent bb0ff35 commit 90db977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Or install via Maven:
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>[0.13.0, 2.0)</version>
<version>[0.13.1, 2.0)</version>
</dependency>
```
For other install options, see the [Central Repository](http://search.maven.org/#artifactdetails|com.machinepublishers|jbrowserdriver|0.13.0|jar).
For other install options, see the [Central Repository](http://search.maven.org/#artifactdetails|com.machinepublishers|jbrowserdriver|0.13.1|jar).

## Prerequisites
There's no need to install any web browser and this works fine on a server (headless). Java 8 (Oracle JDK/JRE or OpenJDK) is required.
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ INSTALLATION:
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>[0.13.0, 2.0)</version>
<version>[0.13.1, 2.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.13.1-SNAPSHOT</version>
<version>0.13.2-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/machinepublishers/jbrowserdriver</url>
<scm>
Expand Down

0 comments on commit 90db977

Please sign in to comment.