From 8296e7feeee2e55505b2c71f0a8ff68662c7f5c3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 7 Mar 2018 08:51:40 -0800 Subject: [PATCH] Bump wasm-bindgen-cli-support to 0.1.1 --- 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 52affa95..79b42334 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.0" +version = "0.1.1" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/wasm-bindgen"