From 394f1f1dc211db469be44816b2c33074db40747c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 7 Aug 2024 18:19:26 -0700 Subject: [PATCH] v0.10.3 physics updates + pause game + fix boosters --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77ac76e..0ca2572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1880,7 +1880,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.10.2" +version = "0.10.3" dependencies = [ "bytemuck", "configparser", diff --git a/Cargo.toml b/Cargo.toml index d0cea52..dd39768 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.10.2" +version = "0.10.3" edition = "2021" repository = "https://git.itzana.me/StrafesNET/strafe-client" license = "Custom"