From d1ac1b1706997d55dc4498efcd7311b6759e514d Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Wed, 2 Mar 2022 16:23:11 -0800 Subject: [PATCH] Preparation for 0.4.0 Incrementing cargo versions for the next release. Closes #499 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc244fa913..b3d445fe9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [".", "./macros"] [package] name = "quilkin" -version = "0.3.0" +version = "0.4.0-dev" authors = ["Mark Mandel ", "Ifeanyi Ubah "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more." @@ -38,7 +38,7 @@ test = true [dependencies] # Local -quilkin-macros = { version = "0.3.0", path = "./macros" } +quilkin-macros = { version = "0.4.0-dev", path = "./macros" } # Crates.io base64 = "0.13.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3b60e9f856..090953b107 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "quilkin-macros" -version = "0.3.0" +version = "0.4.0-dev" authors = ["Erin Power "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."