diff --git a/Gemfile.lock b/Gemfile.lock index e853545..1e34d27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jsonapi_errors_handler (0.5.0) + jsonapi_errors_handler (0.6.0) GEM remote: https://rubygems.org/ diff --git a/lib/jsonapi_errors_handler/version.rb b/lib/jsonapi_errors_handler/version.rb index edc8fe2..09a1231 100644 --- a/lib/jsonapi_errors_handler/version.rb +++ b/lib/jsonapi_errors_handler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JsonapiErrorsHandler - VERSION = '0.5.0' + VERSION = '0.6.0' end