mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Release 3.35.3
This commit is contained in:
parent
35a41a9a3e
commit
2c4538823d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# Version 3.35.3
|
||||
Release date: 2021-01-29
|
||||
|
||||
### Fixed
|
||||
* Just a release to have the correct dates in the History.md in released gem
|
||||
|
||||
# Version 3.35.2
|
||||
Release date: 2021-01-29
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.35.2'
|
||||
VERSION = '3.35.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue