diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml index e181a9438f..12d61f638c 100644 --- a/neqo-client/Cargo.toml +++ b/neqo-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-client" -version = "0.4.9" +version = "0.4.10" authors = ["Martin Thomson ", "Dragana Damjanovic ", "Andy Grover "] diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index 2912c7df9d..538b871d03 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-common" -version = "0.4.9" +version = "0.4.10" authors = ["Bobby Holley "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml index cc747dae46..2a26cf1cef 100644 --- a/neqo-crypto/Cargo.toml +++ b/neqo-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-crypto" -version = "0.4.9" +version = "0.4.10" authors = ["Martin Thomson "] edition = "2018" build = "build.rs" diff --git a/neqo-http3-server/Cargo.toml b/neqo-http3-server/Cargo.toml index fb4355de54..4f59964331 100644 --- a/neqo-http3-server/Cargo.toml +++ b/neqo-http3-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3-server" -version = "0.4.9" +version = "0.4.10" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml index b89fe1b8b8..7a8008e882 100644 --- a/neqo-http3/Cargo.toml +++ b/neqo-http3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3" -version = "0.4.9" +version = "0.4.10" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-interop/Cargo.toml b/neqo-interop/Cargo.toml index 22c61f5166..5f1fdfe2f8 100644 --- a/neqo-interop/Cargo.toml +++ b/neqo-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-interop" -version = "0.4.9" +version = "0.4.10" authors = ["EKR "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml index eb5ac65ba7..b15fe30b6a 100644 --- a/neqo-qpack/Cargo.toml +++ b/neqo-qpack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-qpack" -version = "0.4.9" +version = "0.4.10" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index b332a1745f..e68ec744d1 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-transport" -version = "0.4.9" +version = "0.4.10" authors = ["EKR ", "Andy Grover "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml index 6781546a39..68882c7f7f 100644 --- a/test-fixture/Cargo.toml +++ b/test-fixture/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fixture" -version = "0.4.9" +version = "0.4.10" authors = ["Martin Thomson "] edition = "2018" license = "MIT/Apache-2.0"