From c83b370ee7443fed0d70cd680c5ab99d4c856d44 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Sat, 19 May 2018 00:04:41 -0400 Subject: [PATCH] Bump patch version to 0.2.2 --- Gemfile.lock | 2 +- lib/graphql/cache/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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