From 37146395c93744fbf7f63cf987458655469d389a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 14 Mar 2018 10:50:46 -0700 Subject: [PATCH] Bump wasm-bindgen-cli-support to 0.1.3 --- crates/wasm-bindgen-cli-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasm-bindgen-cli-support/Cargo.toml b/crates/wasm-bindgen-cli-support/Cargo.toml index c8e539a8..c73ef980 100644 --- a/crates/wasm-bindgen-cli-support/Cargo.toml +++ b/crates/wasm-bindgen-cli-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-bindgen-cli-support" -version = "0.1.2" +version = "0.1.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/wasm-bindgen"