diff --git a/Cargo.lock b/Cargo.lock index 75adfd7..96d2011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "1.6.0" +version = "1.6.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8ef7bbe..969c78b 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 = "1.6.0" +version = "1.6.1" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"