From e049928e7a2cd50e1f81ee9ca944a85d61382cfc Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Mon, 15 Jan 2024 02:07:46 -0500 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cfaac7..db40cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.8.11" +version = "0.8.12" license = "MIT/Apache-2.0" description = "A client-server library designed over WebRTC for Bevy" repository = "https://github.com/vectorgameexperts/bevy-rtc"