aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-03 16:42:12 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-03 16:42:12 +0200
commit2c2bc3c910ee4fb24fcdb89d8a325a42d4c14e76 (patch)
treea1ed492138461b9b3365f969b7e7a0fb218d93a8 /Cargo.toml
parent4956b3295b87cf617a95abeeab044fde337c28ab (diff)
[cargo] Set version to 0.5.1HEADmain
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 e299cee..b55bc98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_quinnet"
-version = "0.5.1-dev"
+version = "0.5.1"
description = "Bevy plugin for Client/Server multiplayer games using QUIC"
repository = "https://github.com/Henauxg/bevy_quinnet"
documentation = "https://docs.rs/bevy_quinnet"