From 8200ee76495a979d2288b38c067d3d954764f20d Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 10 Aug 2023 00:06:42 -0400 Subject: [PATCH] Version 0.3.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddfb5c5..6adccc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 6b770cc..f6676fc 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.3.4" +version = "0.3.5" edition = "2021" publish = false build = "build.rs"