diff --git a/README.md b/README.md index 8b3d57d..f4d55a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index 8c88ba2..e03cc07 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -1,5 +1,5 @@ module Capybara module Poltergeist - VERSION = "0.3.0" + VERSION = "0.4.0" end end