Release version 0.2.1 [ci skip]

This commit is contained in:
Joshua Holmer 2016-03-10 14:50:35 -05:00
parent fb019505eb
commit 262bbf003a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -9,7 +9,7 @@ use std::collections::HashSet;
use std::io::{Write, stderr};
use std::path::PathBuf;
const VERSION_STRING: &'static str = "0.2.0";
const VERSION_STRING: &'static str = "0.2.1";
fn main() {
let mut filter = HashSet::new();