diff --git a/Cargo.lock b/Cargo.lock index c32b0179..78ba9106 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2748,7 +2748,7 @@ dependencies = [ [[package]] name = "wapm-cli" -version = "0.5.5" +version = "0.5.6" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index df7624b6..dfd759eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wapm-cli" -version = "0.5.5" +version = "0.5.6" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wapm-cli"