diff --git a/Cargo.lock b/Cargo.lock index 02b5d04..02a968d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "0.5.8" +version = "0.6.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index a436183..7bc0998 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.5.8" +version = "0.6.0" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"