Skip to content

Commit c34ca7d

Browse files
committed
Bumping version number
1 parent ca79468 commit c34ca7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rhai-sci"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Chris McComb <[email protected]>"]
66
description = "Scientific computing in the Rhai scripting language"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ check [the docs](https://docs.rs/rhai-sci).
1313
To use the latest released version of `rhai-sci`, add this to your `Cargo.toml`:
1414

1515
```toml
16-
rhai-sci = "0.2.1"
16+
rhai-sci = "0.2.2"
1717
```
1818

1919
# Usage

0 commit comments

Comments
 (0)