Skip to content

Commit ef9b7f7

Browse files
committed
bump version
1 parent 9b1703f commit ef9b7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solidus_api_v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = 'solidus_api_v2'
5-
s.version = '0.2.0'
5+
s.version = '0.2.1'
66
s.summary = 'The V2 API for Solidus.'
77
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
88
s.required_ruby_version = '>= 2.0.0'

spree_api_v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = 'spree_api_v2'
5-
s.version = '0.2.0'
5+
s.version = '0.2.1'
66
s.summary = 'The V2 API for Spree.'
77
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
88
s.required_ruby_version = '>= 2.0.0'

0 commit comments

Comments
 (0)