From dc64e139b9f84b616db639c4d29c8aa5ba22979f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 9 Jun 2021 14:39:21 +0200 Subject: [PATCH] Update version for the next release (v0.3.1) --- 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 e3c00257d..ba4a4c60c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "helpers" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "byte-unit", @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "http-ui" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "askama", @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "infos" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "byte-unit", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "big_s", @@ -2215,7 +2215,7 @@ dependencies = [ [[package]] name = "search" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "byte-unit", diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 947bd5149..86c027e41 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.3.0" +version = "0.3.1" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 970d1d9bf..146404772 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.3.0" +version = "0.3.1" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 53b1b37bd..41c161c07 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.3.0" +version = "0.3.1" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 3e755d088..9fe1ce3d3 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.3.0" +version = "0.3.1" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index d0baca33f..dbc129bf6 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.3.0" +version = "0.3.1" authors = ["Clément Renault "] edition = "2018"