Skip to content

Commit

Permalink
Increment version - bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed May 23, 2021
1 parent 4ae48a9 commit b3ff0d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For use in Rust code bases, leverage the package as a `cargo` dependency

```toml
[dependencies]
sim = "0.7"
sim = "0.8"
```

For use as a WebAssembly module in a JavaScript/TypeScript code base, leverage the package as a `npm` dependency
Expand Down
4 changes: 2 additions & 2 deletions sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sim"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ serde_yaml = "0.8"
thiserror = "1.0"
wasm-bindgen = "0.2.63"
web-sys = { version = "0.3", features = [ "console" ] }
sim_derive = { version = "0.7", path = "../sim_derive" }
sim_derive = { version = "0.8", path = "../sim_derive" }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down
2 changes: 1 addition & 1 deletion sim_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sim_derive"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down

0 comments on commit b3ff0d3

Please sign in to comment.