Version 0.3.7

This commit is contained in:
Luke Street 2023-08-15 23:18:15 -04:00
parent 933edcfb19
commit 347889773d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -214,7 +214,7 @@ dependencies = [
[[package]]
name = "decomp-toolkit"
version = "0.3.6"
version = "0.3.7"
dependencies = [
"anyhow",
"ar",

View File

@ -3,7 +3,7 @@ name = "decomp-toolkit"
description = "Yet another GameCube/Wii decompilation toolkit."
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
version = "0.3.6"
version = "0.3.7"
edition = "2021"
publish = false
build = "build.rs"