From 1b0eec267d842bf8fa71ae9133515faf7dad62f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Wed, 22 Mar 2017 03:16:03 +0100 Subject: [PATCH] Release 2i-emulator 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58d41ca..e943ba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "2i-emulator" -version = "1.1.0" +version = "1.2.0" dependencies = [ "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "cmdline-parser 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c195f6e..2a6c3f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "2i-emulator" -version = "1.1.0" +version = "1.2.0" authors = ["Klemens Schölhorn "] [lib]