From ef7877870871a3128fe756d97a8352adddd56245 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 4 Oct 2024 19:39:09 -0700 Subject: [PATCH] v0.4.1 additional implementations --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9b68e9..afdf635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "roblox_emulator" -version = "0.4.0" +version = "0.4.1" dependencies = [ "glam", "mlua", diff --git a/Cargo.toml b/Cargo.toml index b22ea8f..5d28835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox_emulator" -version = "0.4.0" +version = "0.4.1" edition = "2021" repository = "https://git.itzana.me/StrafesNET/roblox_emulator" license = "MIT OR Apache-2.0"