From 27ce10e49e1599118cb9e239960257f40fa3c44a Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 3 Dec 2018 18:06:34 -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 c7ea9571c..fddfbbb5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "0.1.0" +version = "0.1.1" authors = ["Syrus Akbary "] # edition = "2018" repository = "https://github.com/wasmerio/wasmer"