diff --git a/Gemfile.lock b/Gemfile.lock index 9193ecb..fff49c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inky-rb (1.3.6.1) + inky-rb (1.3.6.2) foundation_emails (~> 2) nokogiri diff --git a/lib/inky/rails/version.rb b/lib/inky/rails/version.rb index 7b2708e..2bb8e2d 100644 --- a/lib/inky/rails/version.rb +++ b/lib/inky/rails/version.rb @@ -1,5 +1,5 @@ module Inky module Rails - VERSION = "1.3.6.1".freeze + VERSION = "1.3.6.2".freeze end end