diff --git a/Cargo.lock b/Cargo.lock index 5215dab1..72c772b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "wapm-cli" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2cd4399e..b3937108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wapm-cli" -version = "0.5.3" +version = "0.5.4" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wapm-cli"