Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Jan 26, 2025
1 parent ca79468 commit c34ca7d
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 = "rhai-sci"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Chris McComb <[email protected]>"]
description = "Scientific computing in the Rhai scripting language"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ check [the docs](https://docs.rs/rhai-sci).
To use the latest released version of `rhai-sci`, add this to your `Cargo.toml`:

```toml
rhai-sci = "0.2.1"
rhai-sci = "0.2.2"
```

# Usage
Expand Down

0 comments on commit c34ca7d

Please sign in to comment.