From 35fcc351a0bda692812278d00ac2196a1e1738d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Sun, 20 Jun 2021 17:37:24 +0200 Subject: [PATCH] Update version for the next release (v0.4.2) --- Cargo.lock | 10 +++++----- helpers/Cargo.toml | 2 +- http-ui/Cargo.toml | 2 +- infos/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- search/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6cc7b477..94940fd1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "helpers" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "byte-unit", @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "http-ui" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "askama", @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "infos" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "byte-unit", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.4.1" +version = "0.4.2" dependencies = [ "big_s", "bstr", @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "search" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "byte-unit", diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index ffe881da1..9ac26e5fa 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.4.1" +version = "0.4.2" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 3ae49f01e..199e0723f 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.4.1" +version = "0.4.2" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 2e6690341..174b1149b 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.4.1" +version = "0.4.2" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 27cea3236..dcca5b902 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.4.1" +version = "0.4.2" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index d54def886..b511c8ddc 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.4.1" +version = "0.4.2" authors = ["Clément Renault "] edition = "2018"