From d9737c2f91bb659bdbbf216c1696bbce2a62aa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Wed, 31 Aug 2022 16:31:53 +0200 Subject: [PATCH] Release v0.5.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"