diff --git a/Cargo.toml b/Cargo.toml index bc344a1..eb6b041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "txtai" -version = "8.1.0" +version = "8.2.0" authors = ["NeuML"] license = "Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index ba2420b..d43cdb2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the following lines to your project `Cargo.toml` file: ```toml [dependencies] -txtai = { version = "8.1" } +txtai = { version = "8.2" } tokio = { version = "0.2", features = ["full"] } ``` diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index 34a9a97..771ea72 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demo" -version = "8.1.0" +version = "8.2.0" authors = ["NeuML"] license = "Apache-2.0" readme = "README.md" @@ -10,6 +10,6 @@ txtai demo in Rust edition = "2018" [dependencies] -txtai = { version = "8.1" } +txtai = { version = "8.2" } tokio = { version = "1.0", features = ["full"] } openssl-sys = { features = ["vendored"] }