Skip to content

Commit 964d0d5

Browse files
committed
Increment version - bump to v0.10.0
1 parent bcbbff5 commit 964d0d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For use in Rust code bases, leverage the package as a `cargo` dependency
4646

4747
```toml
4848
[dependencies]
49-
sim = "0.9"
49+
sim = "0.10"
5050
```
5151

5252
For use as a WebAssembly module in a JavaScript/TypeScript code base, leverage the package as a `npm` dependency

sim/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sim"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
authors = ["Neal DeBuhr <ndebuhr@gmail.com>"]
@@ -31,7 +31,7 @@ rand_pcg = { version = "0.3", features = ["serde1"] }
3131
serde = { version = "1.0", features = ["derive"] }
3232
serde_json = "1.0"
3333
serde_yaml = "0.8"
34-
sim_derive = { version = "0.9", path = "../sim_derive" }
34+
sim_derive = { version = "0.10", path = "../sim_derive" }
3535
thiserror = "1.0"
3636
wasm-bindgen = "0.2.63"
3737
web-sys = { version = "0.3", features = [ "console" ] }

sim_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sim_derive"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
authors = ["Neal DeBuhr <ndebuhr@gmail.com>"]

0 commit comments

Comments
 (0)