From fa596d2d2325ab07ef3646029602d2f4c30a7f22 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Fri, 22 Feb 2019 17:38:28 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67fbda1b7..15b09e542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "0.1.4" +version = "0.2.0" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wasmer"