From 34939db8ef9d6d2f5a5b5439aa2a716302dd996e Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Mon, 22 Jul 2024 13:23:19 -0700
Subject: [PATCH] v0.10.0 style redesign + mesh loader

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9cf7f3d1..d6a661e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1853,7 +1853,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
 
 [[package]]
 name = "strafe-client"
-version = "0.9.5"
+version = "0.10.0"
 dependencies = [
  "bytemuck",
  "configparser",
diff --git a/Cargo.toml b/Cargo.toml
index e15478e0..24737d6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "strafe-client"
-version = "0.9.5"
+version = "0.10.0"
 edition = "2021"
 repository = "https://git.itzana.me/StrafesNET/strafe-client"
 license = "Custom"