diff --git a/Gemfile.lock b/Gemfile.lock index d4521ff..b8afb76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - schemable (0.1.4) + schemable (1.0.0) factory_bot_rails (~> 6.2.0) jsonapi-rails (~> 0.4.1) diff --git a/lib/schemable/version.rb b/lib/schemable/version.rb index a8e0b6f..104ff67 100644 --- a/lib/schemable/version.rb +++ b/lib/schemable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Schemable - VERSION = '0.1.4' + VERSION = '1.0.0' end