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 | |
parent | 6c9b960a7888ab9b11b588940977f65e637dd9b2 (diff) |
Set version to 0.4.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -593,7 +593,7 @@ checksum = "a96c24da064370917b92c2a84527e6a73b620c50ac5ef8b1af8c04ccf5256a7c" [[package]] name = "bevy_quinnet" -version = "0.4.0-dev" +version = "0.4.0" dependencies = [ "base64 0.13.1", "bevy", @@ -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" @@ -315,6 +315,7 @@ Compatibility of `bevy_quinnet` versions: | `bevy_quinnet` | `bevy` | | :------------- | :----- | +| `0.4` | `0.10` | | `0.2`-`0.3` | `0.9` | | `0.1` | `0.8` | |