From 3fbb64f780288a0a29d62e716af4d065c302a621 Mon Sep 17 00:00:00 2001 From: Henauxg <19689618+Henauxg@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:47:01 +0200 Subject: [PATCH] [cargo] Set version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"