mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update prep for 3.30 release
This commit is contained in:
parent
ca4d86e958
commit
200661c239
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Version 3.30.0
|
||||
Release date: unreleased
|
||||
Release date: 2019-12-24
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
[](https://dependabot.com/compatibility-score.html?dependency-name=capybara&package-manager=bundler&version-scheme=semver)
|
||||
|
||||
**Note** You are viewing the README for the development version of Capybara. If you are using the current release version
|
||||
you can find the README at https://github.com/teamcapybara/capybara/blob/3.29_stable/README.md
|
||||
you can find the README at https://github.com/teamcapybara/capybara/blob/3.30_stable/README.md
|
||||
|
||||
|
||||
Capybara helps you test web applications by simulating how a real user would
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.29.0'
|
||||
VERSION = '3.30.0'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue