diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index 0f77420482d..bf6e4195284 100644 --- a/crates/wasm-bindgen-cli/Cargo.toml +++ b/crates/wasm-bindgen-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-bindgen-cli" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/wasm-bindgen" @@ -17,7 +17,7 @@ docopt = "0.8" parity-wasm = "0.27" serde = "1.0" serde_derive = "1.0" -wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1" } +wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1.1" } wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1" } [[bin]]