Change from patch release to minor release 0.11.0

This commit is contained in:
Matthew Mongeau 2012-03-16 11:40:41 -04:00
parent 464a7bf4cd
commit 39be2c8474
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
New for 0.10.2:
New for 0.11.0:
* Allow interaction with invisible elements
* Use Timeout from stdlib since Capybara.timeout is being removed

View File

@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '0.10.2'.freeze
VERSION = '0.11.0'.freeze
end
end
end