diff --git a/Cargo.lock b/Cargo.lock index a4416e3..db61beb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "2i-emulator" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fd6bc41..0bcae00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "2i-emulator" -version = "2.0.0" +version = "2.0.1" authors = ["Klemens Schölhorn "] license = "GPL-3.0-or-later"