Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Oct 23, 2023
1 parent 28465f8 commit 2640b75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ wick-component-cli = { path = "./crates/wick/wick-component-cli", version = "0.3
wick-component-codegen = { path = "./crates/wick/wick-component-codegen", version = "0.6.0" }
wick-component-wasmrs = { path = "./crates/wick/wick-component-wasmrs", version = "0.3.0" }
wick-config = { path = "./crates/wick/wick-config", version = "0.28.0", default-features = false }
wick-host = { path = "./crates/wick/wick-host", version = "0.6.0" }
wick-host = { path = "./crates/wick/wick-host", version = "0.6.1" }
wick-interface-types = { path = "./crates/wick/wick-interface-types", version = "0.17.0" }
wick-invocation-server = { path = "./crates/wick/wick-invocation-server", version = "0.3.0" }
wick-oci-utils = { path = "./crates/wick/wick-oci-utils", version = "0.5.0", default-features = false }
Expand All @@ -115,7 +115,7 @@ wick-runtime = { path = "./crates/wick/wick-runtime", version = "0.24.0" }
wick-test = { path = "./crates/wick/wick-test", version = "0.3.0" }
wick-trigger = { path = "./crates/wick/wick-trigger", version = "0.1.0" }
wick-trigger-cli = { path = "./crates/wick/wick-trigger-cli", version = "0.1.0" }
wick-trigger-http = { path = "./crates/wick/wick-trigger-http", version = "0.1.0" }
wick-trigger-http = { path = "./crates/wick/wick-trigger-http", version = "0.1.1" }
wick-trigger-time = { path = "./crates/wick/wick-trigger-time", version = "0.1.0" }
wick-trigger-wasm-command = { path = "./crates/wick/wick-trigger-wasm-command", version = "0.1.1" }
wick-wascap = { path = "./crates/wick/wick-wascap", version = "0.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/wick/wick-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wick-host"
version = "0.6.0"
version = "0.6.1"
authors = ["Jarrod Overson <[email protected]>"]
edition = "2021"
license = "Elastic-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wick/wick-trigger-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wick-trigger-http"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Elastic-2.0"
repository = "https://github.com/candlecorp/wick"
Expand Down

0 comments on commit 2640b75

Please sign in to comment.