Prepare for 1.15.0 release

This commit is contained in:
Thomas Walpole 2017-05-01 12:06:07 -07:00
parent c3191f89c7
commit 6eb71de2fc
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/).
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.13.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.13.0)**
(1.15.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.15.0)**
## Getting help ##
@ -88,8 +88,8 @@ was 1.0.2, so you should use that if you still need Ruby 1.8 support.
There are no special steps to take. You don't need Xvfb or any running X
server at all.
[Travis CI](https://travis-ci.org/), [CircleCI](https://circleci.com/),
[Codeship](https://codeship.com/) and [Semaphore](https://semaphoreci.com/)
[Travis CI](https://travis-ci.org/), [CircleCI](https://circleci.com/),
[Codeship](https://codeship.com/) and [Semaphore](https://semaphoreci.com/)
have PhantomJS pre-installed.
Depending on your tests, one thing that you may need is some fonts. If

View File

@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "1.14.0"
VERSION = "1.15.0"
end
end