Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 2, 2020
1 parent b2b0f7e commit ed25c67
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasminspect"
version = "0.1.0"
version = "0.2.0"
authors = ["Yuta Saito <[email protected]>"]
edition = "2018"
description = "An Interactive Debugger for WebAssembly"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasminspect-cli"
version = "0.1.0"
version = "0.2.0"
authors = ["Yuta Saito <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasminspect-vm"
version = "0.1.0"
version = "0.2.0"
authors = ["Yuta Saito <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasminspect-wasi"
version = "0.1.0"
version = "0.2.0"
authors = ["Yuta Saito <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/wast-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wast-spec"
version = "0.1.0"
version = "0.2.0"
authors = ["Yuta Saito <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ed25c67

Please sign in to comment.