From e41c878ad897f691965d1c35b0039de5432d57e3 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Wed, 29 Oct 2025 17:17:40 -0400 Subject: [PATCH] v2.0.2 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 060a77b..683f9e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1236,7 +1236,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shopify_function" -version = "2.0.1" +version = "2.0.2" dependencies = [ "ryu", "serde_json", @@ -1246,7 +1246,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "2.0.1" +version = "2.0.2" dependencies = [ "bluejay-core", "bluejay-typegen-codegen", diff --git a/Cargo.toml b/Cargo.toml index c8e6355..3a876c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ members = [ ] [workspace.package] -version = "2.0.1" +version = "2.0.2" [workspace.dependencies] -shopify_function_macro = { version = "=2.0.1", path = "shopify_function_macro" } +shopify_function_macro = { version = "=2.0.2", path = "shopify_function_macro" } [profile.release] lto = true