diff --git a/Cargo.toml b/Cargo.toml index 4013650..296f458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seize" -version = "0.1.0" +version = "0.2.0" edition = "2018" license = "MIT" authors = ["ibraheem "] diff --git a/README.md b/README.md index 25399d8..e098e41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crate](https://img.shields.io/crates/v/seize?style=for-the-badge)](https://crates.io/crates/seize) [![Github](https://img.shields.io/badge/github-seize-success?style=for-the-badge)](https://github.com/ibraheemdev/seize) -[![Docs](https://img.shields.io/badge/docs.rs-0.1.0-4d76ae?style=for-the-badge)](https://docs.rs/seize) +[![Docs](https://img.shields.io/badge/docs.rs-0.2.0-4d76ae?style=for-the-badge)](https://docs.rs/seize) Fast, efficient, and robust memory reclamation for concurrent data structures.