From 4709f711b7c9420265d56237ac8799502c5b4ed4 Mon Sep 17 00:00:00 2001 From: Damian Legawiec Date: Thu, 27 Sep 2018 11:59:31 +0200 Subject: [PATCH] Bump version to 3.4.1 --- spree_auth_devise.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spree_auth_devise.gemspec b/spree_auth_devise.gemspec index e7375f5ba..e38b681e9 100644 --- a/spree_auth_devise.gemspec +++ b/spree_auth_devise.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'spree_auth_devise' - s.version = '3.4.0' + s.version = '3.4.1' s.summary = 'Provides authentication and authorization services for use with Spree by using Devise and CanCan.' s.description = s.summary