diff --git a/Cargo.lock b/Cargo.lock index a2361e6..06a9355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "gm8decompiler" -version = "2.0.3" +version = "2.0.4" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index df0cfd1..b1964a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gm8decompiler" -version = "2.0.3" +version = "2.0.4" authors = ["Adamcake", "viri"] license = "GPL-2.0-only" edition = "2018"