Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makmic committed Jul 7, 2021
1 parent 70989f6 commit fcffe87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 4.1.1
- The step `I open .. in a new browser tab` is now using the `noopener` option (see issue [#174])

## 4.1.0

- New steps:
Expand Down
2 changes: 1 addition & 1 deletion lib/spreewald_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spreewald
VERSION = '4.1.0'
VERSION = '4.1.1'
end
2 changes: 1 addition & 1 deletion tests/rails-4_capybara-2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (4.1.0)
spreewald (4.1.1)
cucumber
cucumber_priority (>= 0.3.0)
rspec (>= 2.13.0)
Expand Down
2 changes: 1 addition & 1 deletion tests/rails-6_capybara-3/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (4.1.0)
spreewald (4.1.1)
cucumber
cucumber_priority (>= 0.3.0)
rspec (>= 2.13.0)
Expand Down

0 comments on commit fcffe87

Please sign in to comment.