aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-20 14:06:19 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-20 14:06:19 +0100
commiteadd0d2dbdb0ddd3b42206516a6775a4fb3d720a (patch)
treecc40408de08d05db369e1e5a9369b927c99c57b2
parentf6bc8ab09a0ea269c74200c8242e0019272175ac (diff)
[cargo] Update version to 0.3.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f02a045..c6a4d09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -519,7 +519,7 @@ checksum = "8ec44f7655039546bc5d34d98de877083473f3e9b2b81d560c528d6d74d3eff4"
[[package]]
name = "bevy_quinnet"
-version = "0.3.0-dev"
+version = "0.3.0"
dependencies = [
"base64 0.13.1",
"bevy",
diff --git a/Cargo.toml b/Cargo.toml
index 67e2e24..386e8de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_quinnet"
-version = "0.3.0-dev"
+version = "0.3.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 5300b0c..5fbe109 100644
--- a/README.md
+++ b/README.md
@@ -314,7 +314,7 @@ Compatibility of `bevy_quinnet` versions:
| `bevy_quinnet` | `bevy` |
| :------------- | :----- |
-| `0.2` | `0.9` |
+| `0.2`-`0.3` | `0.9` |
| `0.1` | `0.8` |
## Limitations