1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Bump version

This commit is contained in:
Jon Leighton 2012-01-03 23:52:23 +00:00
parent 78e33ed0d8
commit 508cf9df42
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end