From d00668564ce02e7b9f42e6c1eab8e0817d37cdda Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 20 Jan 2020 23:03:13 +0000 Subject: [PATCH] public release v2.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"