From 4215db5fe6f3fab535b6bbde3a1484a4cd1647f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Tue, 11 Apr 2017 03:44:08 +0200 Subject: [PATCH] Release 2i-emulator 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]