diff --git a/Cargo.lock b/Cargo.lock index 1447bea..849618a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aniscraper" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 8a0a0b2..30eae5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aniscraper" -version = "0.1.0" +version = "0.1.1" edition = "2021" categories = ["web-programming", "parsing", "parser-implementations", "web-programming::http-client"] description = "Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites."