diff --git a/Cargo.lock b/Cargo.lock index 32caa09..0db0c97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ dependencies = [ [[package]] name = "gm8decompiler" -version = "2.0.1" +version = "2.0.2" 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 db02b12..60eab06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gm8decompiler" -version = "2.0.1" +version = "2.0.2" authors = ["Adamcake", "viri"] license = "GPL-2.0-only" edition = "2018"