diff --git a/Cargo.lock b/Cargo.lock index 2392c0d7..16191afb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "svgcleaner" -version = "0.9.0" +version = "0.9.1" dependencies = [ "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", "svgdom 0.6.0 (git+https://github.com/RazrFalcon/libsvgdom.git)", diff --git a/Cargo.toml b/Cargo.toml index 7889eaa4..6e8bd229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svgcleaner" -version = "0.9.0" +version = "0.9.1" # also update in cli.rs authors = ["Evgeniy Reizner "] keywords = ["svg", "cleaner", "optimizer"] license = "GPL-2.0" diff --git a/src/cli.rs b/src/cli.rs index f6118f17..3be8ec96 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -202,7 +202,7 @@ pub fn prepare_app<'a, 'b>() -> App<'a, 'b> { App::new("svgcleaner") .help(include_str!("../data/help.txt")) - .version("0.9.0") + .version("0.9.1") .arg(Arg::with_name("in-file") .required(true) .index(1)