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.2

This commit is contained in:
Jon Leighton 2012-10-30 22:24:17 +00:00
parent a43fe704aa
commit 40c913683b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Poltergeist - A PhantomJS driver for Capybara #
Version: 1.0.1
Version: 1.0.2
[![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.1"
VERSION = "1.0.2"
end
end