Skip to content

Commit 38f5258

Browse files
committed
Prepare for 3.1.1 release
1 parent 01c285b commit 38f5258

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version 3.1.1
2-
Release date: unreleased
2+
Release date: 2018-05-25
33

44
### Fixes
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jnicklas/capybara?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
**Note** You are viewing the README for the development version of Capybara. If you are using the current release version
10-
you can find the README at https://github.com/teamcapybara/capybara/blob/3.0_stable/README.md
10+
you can find the README at https://github.com/teamcapybara/capybara/blob/3.1_stable/README.md
1111

1212

1313
Capybara helps you test web applications by simulating how a real user would

lib/capybara/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Capybara
4-
VERSION = '3.1.0'.freeze
4+
VERSION = '3.1.1'.freeze
55
end

0 commit comments

Comments
 (0)