diff --git a/bhttp-convert/Cargo.toml b/bhttp-convert/Cargo.toml index e539692..b7b8946 100644 --- a/bhttp-convert/Cargo.toml +++ b/bhttp-convert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bhttp-convert" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" diff --git a/bhttp/Cargo.toml b/bhttp/Cargo.toml index ae662bc..87a75d9 100644 --- a/bhttp/Cargo.toml +++ b/bhttp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bhttp" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/ohttp-client-cli/Cargo.toml b/ohttp-client-cli/Cargo.toml index d918b1f..ecfb1a8 100644 --- a/ohttp-client-cli/Cargo.toml +++ b/ohttp-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohttp-client-cli" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" diff --git a/ohttp-client/Cargo.toml b/ohttp-client/Cargo.toml index 59f48fd..820a265 100644 --- a/ohttp-client/Cargo.toml +++ b/ohttp-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohttp-client" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" diff --git a/ohttp-server/Cargo.toml b/ohttp-server/Cargo.toml index 5275c30..c85414b 100644 --- a/ohttp-server/Cargo.toml +++ b/ohttp-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohttp-server" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" diff --git a/ohttp/Cargo.toml b/ohttp/Cargo.toml index 44ff370..6b9e3c1 100644 --- a/ohttp/Cargo.toml +++ b/ohttp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohttp" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Thomson "] edition = "2021" build = "build.rs"