Release capybara-webkit 1.10.1

This commit is contained in:
Matthew Horan 2016-04-08 07:53:24 -04:00
parent 01f5202e1b
commit cd658f179b
No known key found for this signature in database
GPG Key ID: 2FA954B6CAEFCE63
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
New for 1.10.1:
* Pass default Server to Connection when not user provided
New for 1.10.0:
* Capybara 2.7 compatibility

View File

@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = "1.10.0".freeze
VERSION = "1.10.1".freeze
end
end
end