From 4da6e9e710f966de4d96a05aa4473ab32f4681ad Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Tue, 23 Jul 2019 22:08:33 +0200 Subject: [PATCH] (cargo-release) version 0.1.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d81dac..d38e4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "imagecode" -version = "0.1.12-alpha.0" +version = "0.1.12" dependencies = [ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5c9e5fc..97ceede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imagecode" -version = "0.1.12-alpha.0" +version = "0.1.12" authors = ["Philipp Hansch "] edition = "2018" publish = false