aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-03-07 15:45:44 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-03-07 15:45:44 +0100
commit5b2d4045de9a5de802720949e2e09782c321cd80 (patch)
tree5405c61b01119491338a17cdbc0076340edcea4b
parent6c9b960a7888ab9b11b588940977f65e637dd9b2 (diff)
Set version to 0.4.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3476eb4..2140746 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 4922a04..51e0127 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index f45c515..791359e 100644
--- a/README.md
+++ b/README.md
@@ -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` |