Skip to content

Commit

Permalink
bump to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Mar 19, 2017
1 parent 04eda54 commit 01fe7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Read more on [the project page][] or check out [the full documentation][].
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 3.4'
gem 'active_interaction', '~> 3.5'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 3.4'
$ gem install active_interaction --version '~> 3.5'
```

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 @@ -6,5 +6,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('3.4.0')
VERSION = Gem::Version.new('3.5.0')
end

0 comments on commit 01fe7fd

Please sign in to comment.