diff --git a/Cargo.lock b/Cargo.lock index 7a07b54..b53cb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "2i-emulator" -version = "1.2.0" +version = "2.0.0" dependencies = [ "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 21fa2ee..4799af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "2i-emulator" -version = "1.2.0" +version = "2.0.0" authors = ["Klemens Schölhorn "] [lib]