From 9bb60794da866116d29e2157d0d7c0c6f9671bcd Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Wed, 27 Dec 2017 17:23:28 -0500 Subject: [PATCH] Release version 0.18.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65255d89d..8f71a697f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "0.18.2" +version = "0.18.3" dependencies = [ "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9e3e4e862..9f02cfcea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "0.18.2" +version = "0.18.3" [[bin]] doc = false