Skip to content

Commit 4519b69

Browse files
authored
Increment provider and api versions (#130)
1 parent d277bef commit 4519b69

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.

api/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_wasm_api"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/Shopify/shopify-function-wasm-api"
@@ -13,7 +13,7 @@ thiserror = "2.0"
1313
seq-macro = "0.3.5"
1414

1515
[target.'cfg(not(target_family = "wasm"))'.dependencies]
16-
shopify_function_provider = { path = "../provider", version = "2.0.0" }
16+
shopify_function_provider = { path = "../provider", version = "2.0.1" }
1717
serde_json = "1.0"
1818
rmp-serde = "1.3"
1919

provider/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_provider"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/Shopify/shopify-function-wasm-api"

0 commit comments

Comments
 (0)