Prepare for 3.4.0 release

This commit is contained in:
Thomas Walpole 2018-07-19 13:54:43 -07:00
parent d613fd572a
commit e65182aad1
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Version 3.4.0
Release date: unreleased
Release date: 2018-07-19
### Fixed

View File

@ -7,7 +7,7 @@
[![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=capybara&package-manager=bundler&version-scheme=semver)](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.3_stable/README.md
you can find the README at https://github.com/teamcapybara/capybara/blob/3.4_stable/README.md
Capybara helps you test web applications by simulating how a real user would

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.4.0.dev'
VERSION = '3.4.0'
end