From c40354e375281369f7145f58c5bf02101f5e40c1 Mon Sep 17 00:00:00 2001 From: Shishir Kakaraddi Date: Sun, 18 Mar 2018 09:04:59 -0700 Subject: [PATCH] Bump version to 1.1.0 --- Gemfile.lock | 2 +- fast_jsonapi.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5e082ef..5a3cb84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fast_jsonapi (1.0.17) + fast_jsonapi (1.1.0) activesupport (>= 4.2) GEM diff --git a/fast_jsonapi.gemspec b/fast_jsonapi.gemspec index 302c0a5..24edd23 100644 --- a/fast_jsonapi.gemspec +++ b/fast_jsonapi.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "fast_jsonapi" - gem.version = "1.0.17" + gem.version = "1.1.0" gem.required_rubygems_version = Gem::Requirement.new(">= 0") if gem.respond_to? :required_rubygems_version= gem.metadata = { "allowed_push_host" => "https://rubygems.org" } if gem.respond_to? :metadata=