From a2040398ca5a54879154b209298afc435342e66d Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 3 Oct 2019 16:48:44 +0200 Subject: [PATCH] (cargo-release) version 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39057cf..95e6792 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "imagecode" -version = "0.2.3-alpha.0" +version = "0.2.3" dependencies = [ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d2d2839..2c88abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imagecode" -version = "0.2.3-alpha.0" +version = "0.2.3" authors = ["Philipp Hansch "] edition = "2018" publish = false