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

bump version to 1.0.1

This commit is contained in:
Jon Leighton 2012-10-15 22:48:02 +01:00
parent b71c21445b
commit 0f258f265c
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end