From ef9b7f7fa27aa7e7c7b325d6c17631f661e305c2 Mon Sep 17 00:00:00 2001 From: "Ben A. Morgan" Date: Sat, 17 Oct 2015 15:32:39 -0700 Subject: [PATCH] bump version --- solidus_api_v2.gemspec | 2 +- spree_api_v2.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'