From 8ad3265c6cefa3a8bcf38df8f4a93ce8b20b1e8a Mon Sep 17 00:00:00 2001 From: Adam Mueller Date: Thu, 26 May 2016 13:52:33 -0700 Subject: [PATCH] Bump to v1.3.0 Changes: - Move factory_overrides so that other's can use them. #42 - Fix issue with explicit layouts. #46 --- solidus_multi_domain.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidus_multi_domain.gemspec b/solidus_multi_domain.gemspec index ec8036c6..caeefe34 100644 --- a/solidus_multi_domain.gemspec +++ b/solidus_multi_domain.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "solidus_multi_domain" - s.version = "1.2.0" + s.version = "1.3.0" s.summary = "Adds multiple site support to Solidus" s.description = "Multiple Solidus stores on different domains - single unified backed for processing orders." s.required_ruby_version = ">= 2.1"