From bbb6c6078a97730cafab056174895155c63eedc2 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 2 Jul 2018 15:21:37 +0300 Subject: [PATCH] Bump version up to 0.2.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef43a42..7e1e952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils" -version = "0.2.1" +version = "0.2.2" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"