From 5e45e952d97844ff00ee3ef1290bd74af6cec585 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 6 Oct 2024 11:26:18 -0700 Subject: [PATCH] v0.4.4 less terrible all around --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24a3606..8702c15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "roblox_emulator" -version = "0.4.3" +version = "0.4.4" dependencies = [ "glam", "mlua", diff --git a/Cargo.toml b/Cargo.toml index 610718c..779726b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox_emulator" -version = "0.4.3" +version = "0.4.4" edition = "2021" repository = "https://git.itzana.me/StrafesNET/roblox_emulator" license = "MIT OR Apache-2.0"