Skip to content

Commit 0ae9137

Browse files
authored
Merge pull request #47 from Shopify/v0.4.0
Bump version to v0.4.0
2 parents 1864fbb + 15eb75d commit 0ae9137

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
shopify_function = { path = "../shopify_function", version = "0.3.0" }
8+
shopify_function = { path = "../shopify_function", version = "0.4.0" }
99
serde = { version = "1.0.13", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.13.0"

example_with_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
shopify_function = { path = "../shopify_function", version = "0.3.0" }
8+
shopify_function = { path = "../shopify_function", version = "0.4.0" }
99
serde = { version = "1.0.13", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.13.0"

shopify_function/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shopify_function"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Surma <[email protected]>", "Delta Pham <[email protected]>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ description = "Crate to write Shopify Functions in Rust."
1010
serde = { version = "1.0.13", features = ["derive"] }
1111
serde_json = "1.0"
1212
anyhow = "1.0.62"
13-
shopify_function_macro = { version = "0.3.0", path = "../shopify_function_macro" }
13+
shopify_function_macro = { version = "0.4.0", path = "../shopify_function_macro" }
1414

1515
[dev-dependencies]
1616
graphql_client = "0.13.0"

shopify_function_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shopify_function_macro"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Surma <[email protected]>", "Delta Pham <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)