1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History.md

This commit is contained in:
Thomas Walpole 2018-06-27 10:49:39 -07:00
parent dd6acf3fc5
commit 928466d0eb
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# Version 3.3.1
Release date: unreleased
### Fixed
* `selenium-webdriver` version check [ahorek]
# Version 3.3.0
Release date: 2018-06-25

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.3.0'
VERSION = '3.3.1'
end