From c34ca7dda192c1969935dc962d1080f0cf1920c9 Mon Sep 17 00:00:00 2001 From: Chris McComb Date: Sun, 26 Jan 2025 15:27:20 -0500 Subject: [PATCH] Bumping version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9ef87b..c162822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai-sci" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Chris McComb "] description = "Scientific computing in the Rhai scripting language" diff --git a/README.md b/README.md index 6ecee8a..45be01d 100644 --- a/README.md +++ b/README.md @@ -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