From 402701b44cbc4d5cc67b7397e764301a3d8dd665 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Mon, 14 Aug 2023 11:19:53 +0300 Subject: [PATCH] Bump version for 1.2.1 --- Gemfile.lock | 2 +- lib/shopify_graphql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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