diff --git a/Cargo.lock b/Cargo.lock index 4187f83..9cfcef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "bart" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bartholomew", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index e3ae94f..77cfca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index 725eb6e..80c3e93 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Fermyon Engineering "]