Skip to content

Commit

Permalink
bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Dec 30, 2021
1 parent fe69fe9 commit 4a5bb3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [4.1.0][] (TBD)
# [4.1.0][] (2021-12-30)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ handles your verbs.
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 4.0'
gem 'active_interaction', '~> 4.1'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 4.0'
$ gem install active_interaction --version '~> 4.1'
```

This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('4.0.6')
VERSION = Gem::Version.new('4.1.0')
end

0 comments on commit 4a5bb3f

Please sign in to comment.