From df07d10a5ce13152304955731e6eff804b40277e Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sat, 11 Aug 2018 23:35:57 -0400 Subject: [PATCH] Version 2.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 880144fc..ce0aa136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "2.1.1" +version = "2.1.2" dependencies = [ "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 82abf330..f60446d3 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 = "2.1.1" +version = "2.1.2" [badges] travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }