diff --git a/Cargo.lock b/Cargo.lock index 90855c8..d5236f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.1" +version = "0.0.2" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a0d054b..ca8d81d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.1" +version = "0.0.2" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" diff --git a/README.md b/README.md index 4db038b..c633239 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ A nightly copy of the phnt is fetched from [phnt-nightly][phnt.nightly]. **crate version:** 0.0.1 aka work-in-progress. -[github]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml?query=branch=master -[github.img]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml/badge.svg?branch=master +[github]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml +[github.img]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml/badge.svg [crates-io]: https://crates.io/crates/phnt [crates-io.img]: https://img.shields.io/crates/v/phnt.svg [docs-rs]: https://docs.rs/phnt