diff --git a/Gemfile.lock b/Gemfile.lock index 8594985..d076763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_graphql (1.2.0) + shopify_graphql (1.2.1) 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 aa35d2f..60cdea8 100644 --- a/lib/shopify_graphql/version.rb +++ b/lib/shopify_graphql/version.rb @@ -1,3 +1,3 @@ module ShopifyGraphql - VERSION = "1.2.0" + VERSION = "1.2.1" end