From e7485aaae1373382f3f32bf8ea8974f36784b71f Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Sat, 25 May 2024 22:36:39 -0400 Subject: [PATCH] Release 1.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6153d130..95502b88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hollowknight-autosplit-wasm" -version = "1.2.1" +version = "1.2.2" dependencies = [ "asr", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 46416601..6264c93c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hollowknight-autosplit-wasm" -version = "1.2.1" +version = "1.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html