From 42a3ddad2a7c0009192bb3c967fdda91701f9907 Mon Sep 17 00:00:00 2001 From: Damian Legawiec Date: Thu, 20 Feb 2020 14:52:36 +0100 Subject: [PATCH] Bump version to 4.1.0 :tada: --- 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 b69cd5532..3f9539ccc 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 = '4.1.0.rc1' + s.version = '4.1.0' s.summary = 'Provides authentication and authorization services for use with Spree by using Devise and CanCan.' s.description = s.summary