aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-07-11 19:55:26 +0200
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-07-11 19:55:26 +0200
commita7fa55a732a460c23f1b6fed5575015999ccaed3 (patch)
tree6e60f375fff5d01ec5da82bac8a890e257555264
parent3fbb64f780288a0a29d62e716af4d065c302a621 (diff)
[cargo] Set version to 0.6.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 ff263ab..c43afb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -614,7 +614,7 @@ checksum = "c74fcf37593a0053f539c3b088f34f268cbefed031d8eb8ff0fb10d175160242"
[[package]]
name = "bevy_quinnet"
-version = "0.5.0"
+version = "0.6.0-dev"
dependencies = [
"base64 0.13.1",
"bevy",
diff --git a/Cargo.toml b/Cargo.toml
index a052d91..d99eeba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_quinnet"
-version = "0.5.0"
+version = "0.6.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"