Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mcmire committed Jul 16, 2019
1 parent 89dc52c commit e193d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.1.1 (Unreleased)
# 4.1.1

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ complex, and error-prone.

## Quick links

📖 **[Read the documentation for the latest version (4.1.0)][rubydocs].**
📖 **[Read the documentation for the latest version (4.1.1)][rubydocs].**
📢 **[See what's changed in a recent version][news].**

[rubydocs]: http://matchers.shoulda.io/docs
Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.1.0'.freeze
VERSION = '4.1.1'.freeze
end
end

0 comments on commit e193d1b

Please sign in to comment.