mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Bump version
This commit is contained in:
parent
78e33ed0d8
commit
508cf9df42
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Poltergeist - A PhantomJS driver for Capybara #
|
||||
|
||||
Version: 0.1.0
|
||||
Version: 0.2.0
|
||||
|
||||
Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It allows you to
|
||||
run your Capybara tests on a headless [WebKit](http://webkit.org) browser,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Capybara
|
||||
module Poltergeist
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.2.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue