diff --git a/Cargo.lock b/Cargo.lock index 34641aa..3f5714a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "chunkr" -version = "0.1.15" +version = "0.1.17" dependencies = [ "lopdf", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6be6584..1b8a5b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Dipankar dipankarmedhi11@gmail.com"] edition = "2021" license = "MIT" name = "chunkr" -version = "0.1.15" +version = "0.1.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A fast and quick chunking library for rust"