diff --git a/Cargo.toml b/Cargo.toml index 62c6477..fee6308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Matt Ickstadt "] license = "MIT/Apache-2.0" name = "elasticlunr-rs" -version = "3.0.0-beta.2" +version = "3.0.0" description = "A partial port of elasticlunr.js to Rust for generating static document search indexes" documentation = "https://docs.rs/elasticlunr-rs" repository = "https://github.com/mattico/elasticlunr-rs"