diff --git a/Cargo.lock b/Cargo.lock index 7405f96..1d0b8c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.23" +version = "0.0.24" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d30d203..042aac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.23" +version = "0.0.24" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" diff --git a/README.md b/README.md index 3fe0c27..ec0dfb5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Crate Overview - [Functions][docs.rs/ext/functions] - [Macros][docs.rs/ext/macros] -**crate version:** 0.0.23 - unstable api +**crate version:** 0.0.24 - unstable api [github.com]: https://github.com/oberrich/phnt-rs [github.com/ci]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml