From b58e01ec6751c83358e8e0b5322c1a7a73cd0ec2 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 4 Jan 2019 14:38:08 +0100 Subject: [PATCH] Bump version to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a99784..00513b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils" -version = "0.6.0" +version = "0.6.1" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"