diff --git a/solidus_api_v2.gemspec b/solidus_api_v2.gemspec index ef32c45..91bf34e 100644 --- a/solidus_api_v2.gemspec +++ b/solidus_api_v2.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'solidus_api_v2' - s.version = '0.2.0' + s.version = '0.2.1' s.summary = 'The V2 API for Solidus.' s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.' s.required_ruby_version = '>= 2.0.0' diff --git a/spree_api_v2.gemspec b/spree_api_v2.gemspec index 3a1b8eb..43f6a16 100644 --- a/spree_api_v2.gemspec +++ b/spree_api_v2.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'spree_api_v2' - s.version = '0.2.0' + s.version = '0.2.1' s.summary = 'The V2 API for Spree.' s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.' s.required_ruby_version = '>= 2.0.0'