diff --git a/Cargo.toml b/Cargo.toml index ac611ce..d8d1fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzzzz" -version = "1.0.0" +version = "1.0.1" authors = ["picoHz "] edition = "2021" description = "Full-featured liblz4 binding for Rust." diff --git a/README.md b/README.md index 5195ec4..ed43b84 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -lzzzz = "1" +lzzzz = "1.0.1" ``` [API Documentation](https://docs.rs/lzzzz)