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-02-18 12:05:05 +00:00
parent 29291fc3ad
commit fc88a857fc
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Poltergeist - A PhantomJS driver for Capybara #
Version: 0.3.0
Version: 0.4.0
[![Build Status](https://secure.travis-ci.org/jonleighton/poltergeist.png)](http://travis-ci.org/jonleighton/poltergeist)
@ -172,7 +172,7 @@ makes debugging easier). Running `rake autocompile` will watch the
## Changes ##
### 0.4.0 (unreleased) #
### 0.4.0 ###
* Element click position is now calculated using the native
`getBoundingClientRect()` method, which will be faster and less

View file

@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "0.3.0"
VERSION = "0.4.0"
end
end