From e04e754abbfcbd4982c16224de3daf7421553d4b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 1 Aug 2024 09:39:16 -0700 Subject: [PATCH] v0.10.2 run timer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64b7cb27..96e40884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1880,7 +1880,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.10.1" +version = "0.10.2" dependencies = [ "bytemuck", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 7f7f7d8a..070640b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.10.1" +version = "0.10.2" edition = "2021" repository = "https://git.itzana.me/StrafesNET/strafe-client" license = "Custom"