diff --git a/Cargo.toml b/Cargo.toml index dc8878f..98ab86b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lib-resp" description = "A high-performance, nom-based RESP implementation for Rust" -version = "0.1.0" +version = "0.1.1" license = "MIT" authors = ["Josh "] repository = "https://github.com/J0sh0nat0r/lib-resp.rs"