From 48c19ca4811e321a7d869fe35fc5417938980da7 Mon Sep 17 00:00:00 2001 From: viri Date: Tue, 21 Jul 2020 16:36:10 -0600 Subject: [PATCH] public release v2.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31a9410..6b8460e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "gm8decompiler" -version = "2.0.5" +version = "2.0.6" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7a43cbc..ffddae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gm8decompiler" -version = "2.0.5" +version = "2.0.6" authors = ["Adamcake", "viri"] license = "GPL-2.0-only" edition = "2018"