From 5f82bd6a1778951da3125d59cc6f191784e858fc Mon Sep 17 00:00:00 2001 From: "Ben A. Morgan" Date: Sun, 24 Jan 2016 04:50:02 -0800 Subject: [PATCH] bump to 0.3.0 --- solidus_json_api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidus_json_api.gemspec b/solidus_json_api.gemspec index 67f2b7d..0f8d642 100644 --- a/solidus_json_api.gemspec +++ b/solidus_json_api.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'solidus_json_api' - s.version = '0.2.2' + s.version = '0.3.0' s.summary = 'A JSON API for Solidus.' s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.' s.required_ruby_version = '>= 2.0.0'