diff --git a/Cargo.lock b/Cargo.lock index bce7bf4..42d32f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "letsearch" -version = "0.1.13" +version = "0.1.14" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7def68a..3d5bbe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsearch" -version = "0.1.13" +version = "0.1.14" edition = "2021" [dependencies] diff --git a/src/main.rs b/src/main.rs index 02e23da..98c2eec 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ use std::io::Write; #[derive(Parser, Debug)] #[command( name = "letsearch", - version = "0.1.13", + version = "0.1.14", author = "yusufsarigoz@gmail.com", about = "Single binary to embed, index, serve and search your documents", subcommand_required = true,