Skip to content

Commit

Permalink
Bump wasm-bindgen-cli to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 7, 2018
1 parent 8296e7f commit 1a9e031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wasm-bindgen"
Expand All @@ -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]]
Expand Down

0 comments on commit 1a9e031

Please sign in to comment.