From 0f448fd707b2d98c4611b8fb348a0f330dd0b04c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 31 Dec 2024 22:50:24 -0800 Subject: [PATCH] v0.2.0 fixes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2408728..42ad11c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "strafesnet_roblox_bot_file" -version = "0.1.0" +version = "0.2.0" dependencies = [ "binrw", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index afd8180..90803cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafesnet_roblox_bot_file" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]