diff --git a/Cargo.lock b/Cargo.lock index ca76f6b..9451a98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shopify_function" -version = "0.8.1" +version = "1.0.0" dependencies = [ "ryu", "serde_json", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "0.8.1" +version = "1.0.0" dependencies = [ "bluejay-core", "bluejay-typegen-codegen", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index 1abc6f9..9df9075 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function" -version = "0.8.1" +version = "1.0.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT" @@ -8,7 +8,7 @@ description = "Crate to write Shopify Functions in Rust." [dependencies] serde_json = "1.0" -shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" } +shopify_function_macro = { version = "1.0.0", path = "../shopify_function_macro" } shopify_function_wasm_api = "0.1.0" # Use the `small` feature of ryu (transitive dependency through serde_json) diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index 31053b6..4ccc6d2 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function_macro" -version = "0.8.1" +version = "1.0.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"