diff --git a/Gemfile.lock b/Gemfile.lock index 811b6b0..3e45994 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_graphql (1.2.4) + shopify_graphql (1.2.5) rails (>= 6.0.0) shopify_api (>= 10.0) shopify_app (>= 19.0) diff --git a/lib/shopify_graphql/version.rb b/lib/shopify_graphql/version.rb index 69db33b..7eca369 100644 --- a/lib/shopify_graphql/version.rb +++ b/lib/shopify_graphql/version.rb @@ -1,3 +1,3 @@ module ShopifyGraphql - VERSION = "1.2.4" + VERSION = "1.2.5" end