Skip to content

Commit

Permalink
Increment minor version - bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Feb 21, 2022
1 parent c8d0da4 commit 6d9b1bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10"
sim = "0.11"
```

For use as a WebAssembly module in a JavaScript/TypeScript code base, leverage the package as a `npm` dependency
Expand Down
6 changes: 3 additions & 3 deletions sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sim"
version = "0.10.0"
version = "0.11.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down Expand Up @@ -28,8 +28,8 @@ 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.10", path = "../sim_derive" }
simx = { version = "0.10", path = "../simx", optional = true }
sim_derive = { version = "0.11", path = "../sim_derive" }
simx = { version = "0.11", path = "../simx", optional = true }
thiserror = "1.0"
wasm-bindgen = "0.2"
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.10.0"
version = "0.11.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion simx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simx"
version = "0.10.0"
version = "0.11.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down

0 comments on commit 6d9b1bf

Please sign in to comment.