From abb5ae6f220ab2125764f2cc63c177bec1db8f2a Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 3 Aug 2018 14:11:29 +0300 Subject: [PATCH] bump cli to 0.3.0 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fc35987..0b16221 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils-cli" -version = "0.2.0" +version = "0.3.0" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"