diff --git a/Cargo.lock b/Cargo.lock
index 25214be..5263401 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -102,7 +102,7 @@ dependencies = [
 
 [[package]]
 name = "gm8decompiler"
-version = "2.0.4"
+version = "2.0.5"
 dependencies = [
  "chrono 0.4.11 (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 c66b2dc..7a43cbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "gm8decompiler"
-version = "2.0.4"
+version = "2.0.5"
 authors = ["Adamcake", "viri"]
 license = "GPL-2.0-only"
 edition = "2018"