From 08a06b49f00f4a3457b260b779a4f5f43b7d694d Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 15 Mar 2022 13:53:26 +0100 Subject: [PATCH] Bump version to 0.23.1 --- cli/Cargo.toml | 2 +- helpers/Cargo.toml | 2 +- http-ui/Cargo.toml | 2 +- infos/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4378902ca..fc0eab435 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.23.0" +version = "0.23.1" edition = "2018" description = "A CLI to interact with a milli index" diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 482750636..1049de3a9 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.23.0" +version = "0.23.1" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index e7ed8455a..434855fd4 100644 --- a/http-ui/Cargo.toml +++ b/http-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-ui" description = "The HTTP user interface of the milli search engine" -version = "0.23.0" +version = "0.23.1" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 2863695f0..c6387f431 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.23.0" +version = "0.23.1" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index ef89e7819..f4fb24feb 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.23.0" +version = "0.23.1" authors = ["Kerollmops "] edition = "2018"