Skip to content

Commit

Permalink
Increment version - bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Jul 25, 2021
1 parent bcbbff5 commit 964d0d5
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 @@ -46,7 +46,7 @@ For use in Rust code bases, leverage the package as a `cargo` dependency

```toml
[dependencies]
sim = "0.9"
sim = "0.10"
```

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.9.2"
version = "0.10.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down Expand Up @@ -31,7 +31,7 @@ rand_pcg = { version = "0.3", features = ["serde1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
sim_derive = { version = "0.9", path = "../sim_derive" }
sim_derive = { version = "0.10", path = "../sim_derive" }
thiserror = "1.0"
wasm-bindgen = "0.2.63"
web-sys = { version = "0.3", features = [ "console" ] }
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.9.2"
version = "0.10.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down

0 comments on commit 964d0d5

Please sign in to comment.