Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hollingsworthd committed Oct 1, 2019
1 parent 5f2311f commit ccfd99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Or install via Maven:
<dependency>
<groupId>com.machinepublishers</groupId>
<artifactId>jbrowserdriver</artifactId>
<version>1.1.0-RC2</version>
<version>1.1.1</version>
</dependency>
```
For other install options, see the [Central Repository](https://search.maven.org/artifact/com.machinepublishers/jbrowserdriver/1.1.0-RC2/jar).
For other install options, see the [Central Repository](https://search.maven.org/artifact/com.machinepublishers/jbrowserdriver/1.1.1/jar).

## Prerequisites
Java 8 with JavaFX:
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 @@
<artifactId>jbrowserdriver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java</description>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/machinepublishers/jbrowserdriver</url>
<scm>
Expand Down

1 comment on commit ccfd99d

@xz8090
Copy link

@xz8090 xz8090 commented on ccfd99d Oct 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello,is there no alert window in the jbrowserdriver?

Please sign in to comment.