diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index d4f11b458..6cccdd7ad 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.11.0" +version = "0.12.0" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index a01388a7e..aba7ef5c3 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.11.0" +version = "0.12.0" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 3d82b8605..5f95ac787 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.11.0" +version = "0.12.0" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 3baa2213d..102114abd 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.11.0" +version = "0.12.0" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index fd161b480..809295c4a 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.11.0" +version = "0.12.0" authors = ["Clément Renault "] edition = "2018"