From 038354a37e45f60982ada219f01a6c196e488178 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 22 Nov 2023 13:01:42 -0500 Subject: [PATCH] Version 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02a968d..023773c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 7bc0998..16c67de 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.6.0" +version = "0.6.1" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"