diff --git a/Cargo.lock b/Cargo.lock index e9d993034..56b8df564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4622,7 +4622,7 @@ dependencies = [ [[package]] name = "shotover" -version = "0.3.1" +version = "0.4.0" dependencies = [ "a8da96aa9ee5ce956b7069f92a4ca762efc75133", "anyhow", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "shotover-proxy" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/shotover-proxy/Cargo.toml b/shotover-proxy/Cargo.toml index 6b492a8a4..b894894f2 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover-proxy" -version = "0.3.1" +version = "0.4.0" authors = ["Ben "] edition = "2021" license = "Apache-2.0" diff --git a/shotover/Cargo.toml b/shotover/Cargo.toml index 15939aa8b..6e1cc0c03 100644 --- a/shotover/Cargo.toml +++ b/shotover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover" -version = "0.3.1" +version = "0.4.0" authors = ["Ben "] edition = "2021" license = "Apache-2.0"