From 4d039140f2d2ed80572b1949b76a5ff9b3094e06 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 10 Jun 2024 17:41:05 -0600 Subject: [PATCH] Version 0.9.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3fef59..716931f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285" [[package]] name = "decomp-toolkit" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index b0f1466..6887c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "decomp-toolkit" description = "Yet another GameCube/Wii decompilation toolkit." authors = ["Luke Street "] license = "MIT OR Apache-2.0" -version = "0.9.1" +version = "0.9.2" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"