From fc88a857fccf295965e491c1f50440121e16be0b Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sat, 18 Feb 2012 12:05:05 +0000 Subject: [PATCH] Bump version --- README.md | 4 ++-- lib/capybara/poltergeist/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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