diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml index 38b3fe046b..3ebdf5d50a 100644 --- a/neqo-client/Cargo.toml +++ b/neqo-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-client" -version = "0.4.23" +version = "0.4.24" authors = ["Martin Thomson ", "Dragana Damjanovic ", "Andy Grover "] diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index d230d300cd..e98332d1cb 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-common" -version = "0.4.23" +version = "0.4.24" authors = ["Bobby Holley "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml index 70d862febe..b20034c3ed 100644 --- a/neqo-crypto/Cargo.toml +++ b/neqo-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-crypto" -version = "0.4.23" +version = "0.4.24" authors = ["Martin Thomson "] edition = "2018" build = "build.rs" diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml index a54b1c85ae..e39172899b 100644 --- a/neqo-http3/Cargo.toml +++ b/neqo-http3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3" -version = "0.4.23" +version = "0.4.24" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-interop/Cargo.toml b/neqo-interop/Cargo.toml index c0b197ad8d..4128bc9a1a 100644 --- a/neqo-interop/Cargo.toml +++ b/neqo-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-interop" -version = "0.4.23" +version = "0.4.24" authors = ["EKR "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml index bec01ca844..be615076ae 100644 --- a/neqo-qpack/Cargo.toml +++ b/neqo-qpack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-qpack" -version = "0.4.23" +version = "0.4.24" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml index 69f1fd6e22..afc8c61e26 100644 --- a/neqo-server/Cargo.toml +++ b/neqo-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-server" -version = "0.4.23" +version = "0.4.24" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index 17e1f9087b..f7e64679d4 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-transport" -version = "0.4.23" +version = "0.4.24" authors = ["EKR ", "Andy Grover "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml index a90e4faa7f..01563d6338 100644 --- a/test-fixture/Cargo.toml +++ b/test-fixture/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fixture" -version = "0.4.23" +version = "0.4.24" authors = ["Martin Thomson "] edition = "2018" license = "MIT/Apache-2.0"