From 01fe7fd430289ea8ff5ddcd60280d22ebfbc4fbb Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Sat, 18 Mar 2017 21:45:10 -0500 Subject: [PATCH] bump to 3.5.0 --- README.md | 4 ++-- lib/active_interaction/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2acd882e..d5ff2ed3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/active_interaction/version.rb b/lib/active_interaction/version.rb index f1435242..f8a57ae9 100644 --- a/lib/active_interaction/version.rb +++ b/lib/active_interaction/version.rb @@ -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