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-04-09 21:48:11 +01:00
parent 96b7af30e7
commit 20e7dda35e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Poltergeist - A PhantomJS driver for Capybara # # Poltergeist - A PhantomJS driver for Capybara #
Version: 0.5.0 Version: 0.6.0
[![Build Status](https://secure.travis-ci.org/jonleighton/poltergeist.png)](http://travis-ci.org/jonleighton/poltergeist) [![Build Status](https://secure.travis-ci.org/jonleighton/poltergeist.png)](http://travis-ci.org/jonleighton/poltergeist)
[![Dependency Status](https://gemnasium.com/jonleighton/poltergeist.png)](https://gemnasium.com/jonleighton/poltergeist) [![Dependency Status](https://gemnasium.com/jonleighton/poltergeist.png)](https://gemnasium.com/jonleighton/poltergeist)

View file

@ -1,5 +1,5 @@
module Capybara module Capybara
module Poltergeist module Poltergeist
VERSION = "0.5.0" VERSION = "0.6.0"
end end
end end