Skip to content

Commit

Permalink
Increment version - bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Apr 3, 2021
1 parent 1c9aef2 commit bdbb890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sim"
version = "0.6.0"
version = "0.7.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <[email protected]>"]
Expand Down
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.6"
sim = "0.7"
```

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

0 comments on commit bdbb890

Please sign in to comment.