Skip to content

Commit

Permalink
Minor bump prior to patch release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidaddict committed Apr 9, 2021
1 parent 361bf69 commit ee86618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud"
version = "0.16.0"
version = "0.16.1"
authors = ["wasmcloud Team"]
edition = "2018"
default-run = "wasmcloud"
Expand Down Expand Up @@ -41,7 +41,7 @@ log = "0.4.11"
env_logger = "0.8.2"
anyhow = "1.0.34"
actix-rt = "2.1.0"
wasmcloud-host = { path = "crates/wasmcloud-host", version = "0.16.0" }
wasmcloud-host = { path = "crates/wasmcloud-host", version = "0.16.1" }
nats = "0.8.6"
structopt = "0.3.21"
nkeys = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmcloud-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-host"
version = "0.16.0"
version = "0.16.1"
authors = ["wasmCloud Team"]
edition = "2018"
homepage = "https://wasmcloud.dev"
Expand Down

0 comments on commit ee86618

Please sign in to comment.