diff --git a/Gemfile.lock b/Gemfile.lock index ec556a5..6e758f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-hive (0.5.3) + graphql-hive (0.5.4) graphql (>= 2.3, < 3) GEM diff --git a/lib/graphql-hive/version.rb b/lib/graphql-hive/version.rb index 42eef1c..0af475a 100644 --- a/lib/graphql-hive/version.rb +++ b/lib/graphql-hive/version.rb @@ -2,6 +2,6 @@ module Graphql module Hive - VERSION = "0.5.3" + VERSION = "0.5.4" end end