From 21c7ce1d8c8700bddefa2d2627f7f1f113543051 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Fri, 12 Apr 2024 05:55:27 +0200 Subject: [PATCH] chore: bump semver --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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