diff --git a/Gemfile.lock b/Gemfile.lock index 2df584e..3acf139 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - graphql-cache (0.2.1) + graphql-cache (0.2.2) gemer (~> 0.1) graphql (~> 1.8.0) diff --git a/lib/graphql/cache/version.rb b/lib/graphql/cache/version.rb index 429db25..f00c4dc 100644 --- a/lib/graphql/cache/version.rb +++ b/lib/graphql/cache/version.rb @@ -1,5 +1,5 @@ module GraphQL module Cache - VERSION = '0.2.1'.freeze + VERSION = '0.2.2'.freeze end end