diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-03-07 15:45:44 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-03-07 15:45:44 +0100 |
commit | 5b2d4045de9a5de802720949e2e09782c321cd80 (patch) | |
tree | 5405c61b01119491338a17cdbc0076340edcea4b /Cargo.toml | |
parent | 6c9b960a7888ab9b11b588940977f65e637dd9b2 (diff) |
Set version to 0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |