diff --git a/Cargo.lock b/Cargo.lock index 84102bb..ff263ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -614,7 +614,7 @@ checksum = "c74fcf37593a0053f539c3b088f34f268cbefed031d8eb8ff0fb10d175160242" [[package]] name = "bevy_quinnet" -version = "0.5.0-dev" +version = "0.5.0" dependencies = [ "base64 0.13.1", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 48b1926..a052d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_quinnet" -version = "0.5.0-dev" +version = "0.5.0" description = "Bevy plugin for Client/Server multiplayer games using QUIC" repository = "https://github.com/Henauxg/bevy_quinnet" documentation = "https://docs.rs/bevy_quinnet"