aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-03-07 15:45:44 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-03-07 15:45:44 +0100
commit5b2d4045de9a5de802720949e2e09782c321cd80 (patch)
tree5405c61b01119491338a17cdbc0076340edcea4b /Cargo.toml
parent6c9b960a7888ab9b11b588940977f65e637dd9b2 (diff)
Set version to 0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4922a04..51e0127 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_quinnet"
-version = "0.4.0-dev"
+version = "0.4.0"
description = "Bevy plugin for Client/Server multiplayer games using QUIC"
repository = "https://github.com/Henauxg/bevy_quinnet"
documentation = "https://docs.rs/bevy_quinnet"