From b10d8b3c3e480f6671b39c37f01f80cf2503697b Mon Sep 17 00:00:00 2001
From: Dragana Damjanovic
Date: Wed, 1 Apr 2020 21:20:35 +0200
Subject: [PATCH] Version 0.2.3 (#517)
Co-authored-by: Dragana Damjanovic
---
neqo-client/Cargo.toml | 2 +-
neqo-common/Cargo.toml | 2 +-
neqo-crypto/Cargo.toml | 2 +-
neqo-http3-server/Cargo.toml | 2 +-
neqo-http3/Cargo.toml | 2 +-
neqo-interop/Cargo.toml | 2 +-
neqo-qpack/Cargo.toml | 2 +-
neqo-server/Cargo.toml | 2 +-
neqo-transport/Cargo.toml | 2 +-
test-fixture/Cargo.toml | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml
index 006c33ea40..7adc4bfc66 100644
--- a/neqo-client/Cargo.toml
+++ b/neqo-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-client"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Martin Thomson ",
"Dragana Damjanovic ",
"Andy Grover "]
diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml
index 9192f68f47..0ba99b44c4 100644
--- a/neqo-common/Cargo.toml
+++ b/neqo-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-common"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Bobby Holley "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml
index b25ac56dd0..0cdf777a4d 100644
--- a/neqo-crypto/Cargo.toml
+++ b/neqo-crypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-crypto"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Martin Thomson "]
edition = "2018"
build = "build.rs"
diff --git a/neqo-http3-server/Cargo.toml b/neqo-http3-server/Cargo.toml
index 961082ca53..8a7255c9d6 100644
--- a/neqo-http3-server/Cargo.toml
+++ b/neqo-http3-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-http3-server"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Dragana Damjanovic "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml
index c8c9f4809b..9ac394d251 100644
--- a/neqo-http3/Cargo.toml
+++ b/neqo-http3/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-http3"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Dragana Damjanovic "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-interop/Cargo.toml b/neqo-interop/Cargo.toml
index ad33e02ff9..032d3de95d 100644
--- a/neqo-interop/Cargo.toml
+++ b/neqo-interop/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-interop"
-version = "0.2.2"
+version = "0.2.3"
authors = ["EKR "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml
index 59d24f4449..d93ba50798 100644
--- a/neqo-qpack/Cargo.toml
+++ b/neqo-qpack/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-qpack"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Dragana Damjanovic "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml
index 02513ae2e1..eccd64debb 100644
--- a/neqo-server/Cargo.toml
+++ b/neqo-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-server"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Martin Thomson "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml
index 1111a5fa00..09c5e1f40a 100644
--- a/neqo-transport/Cargo.toml
+++ b/neqo-transport/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neqo-transport"
-version = "0.2.2"
+version = "0.2.3"
authors = ["EKR ", "Andy Grover "]
edition = "2018"
license = "MIT/Apache-2.0"
diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml
index 19596c6fe3..0f06324a02 100644
--- a/test-fixture/Cargo.toml
+++ b/test-fixture/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "test-fixture"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Martin Thomson "]
edition = "2018"
license = "MIT/Apache-2.0"