Version 0.8.1 [ci skip]

This commit is contained in:
Joshua Holmer 2016-05-13 22:12:27 -04:00
parent ecc19ad5cd
commit 223995b551
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
**Version 0.8.1 (unreleased)**
**Version 0.8.1**
- Minor optimizations
- Fix issue where interlaced images with certain widths would fail to optimize

View file

@ -1,6 +1,6 @@
[package]
name = "oxipng"
version = "0.8.0"
version = "0.8.1"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
description = "A lossless PNG compression optimizer"
license = "MIT"

View file

@ -10,7 +10,7 @@ use std::fs::DirBuilder;
use std::io::{Write, stderr};
use std::path::PathBuf;
const VERSION_STRING: &'static str = "0.8.0";
const VERSION_STRING: &'static str = "0.8.1";
fn main() {
let matches =