diff --git a/Gemfile.lock b/Gemfile.lock index a582af0..814ee68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - schemable (0.1.2) + schemable (0.1.3) factory_bot_rails (~> 6.2.0) jsonapi-rails (~> 0.4.1) diff --git a/lib/schemable/version.rb b/lib/schemable/version.rb index daf5918..25da6dc 100644 --- a/lib/schemable/version.rb +++ b/lib/schemable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Schemable - VERSION = "0.1.2" + VERSION = "0.1.3" end