Release version 0.2.1 [ci skip]
This commit is contained in:
parent
fb019505eb
commit
262bbf003a
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue