From cadbe81c9d59a011d13a1e46c83bcfdc2cc6e37c Mon Sep 17 00:00:00 2001 From: picoHz <53327867+picoHz@users.noreply.github.com> Date: Sat, 29 Jan 2022 12:01:00 +0900 Subject: [PATCH] bump v1.0.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)