aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-24 12:07:42 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-24 12:07:42 +0100
commit72603e0ea353be2f17848bebd76cff40d2859744 (patch)
tree9dce5dc10215cd63197185284800e33e7ca9644d
parent7e66161cbc7cee5a4010458fe54d116a05e6126a (diff)
[cargo] Set version to 0.4.0-dev
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c6a4d09..d1b50a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -519,7 +519,7 @@ checksum = "8ec44f7655039546bc5d34d98de877083473f3e9b2b81d560c528d6d74d3eff4"
[[package]]
name = "bevy_quinnet"
-version = "0.3.0"
+version = "0.4.0-dev"
dependencies = [
"base64 0.13.1",
"bevy",
diff --git a/Cargo.toml b/Cargo.toml
index 386e8de..900fae9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_quinnet"
-version = "0.3.0"
+version = "0.4.0-dev"
description = "Bevy plugin for Client/Server multiplayer games using QUIC"
repository = "https://github.com/Henauxg/bevy_quinnet"
documentation = "https://docs.rs/bevy_quinnet"