diff --git a/Gemfile.lock b/Gemfile.lock index 375193c..7758cd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hasura_handler (0.1.8) + hasura_handler (0.1.9) rails (>= 5.0) GEM diff --git a/hasura_handler.gemspec b/hasura_handler.gemspec index 6f609d4..6266695 100644 --- a/hasura_handler.gemspec +++ b/hasura_handler.gemspec @@ -2,7 +2,7 @@ $:.push File.expand_path('lib', __dir__) Gem::Specification.new do |spec| spec.name = 'hasura_handler' - spec.version = '0.1.8' + spec.version = '0.1.9' spec.authors = ['Kaz Walker'] spec.email = ['me@kaz.codes'] spec.homepage = 'https://kazw.github.io/HasuraHandler'