mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Change from patch release to minor release 0.11.0
This commit is contained in:
parent
464a7bf4cd
commit
39be2c8474
2 changed files with 2 additions and 2 deletions
2
NEWS.md
2
NEWS.md
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Capybara
|
||||
module Driver
|
||||
class Webkit
|
||||
VERSION = '0.10.2'.freeze
|
||||
VERSION = '0.11.0'.freeze
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue