From 685e74575aff3e6e42da0f2dc26741d2a348336d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 29 Jul 2024 16:53:04 -0700 Subject: [PATCH] v0.10.1 snf --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e282cd1..264d3e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1877,7 +1877,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bytemuck", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 5b6bf1a..1343216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.10.0" +version = "0.10.1" edition = "2021" repository = "https://git.itzana.me/StrafesNET/strafe-client" license = "Custom"