@ -1,2 +1,3 @@
/target
/.idea
/release
@ -4,4 +4,4 @@ version = 3
[[package]]
name = "pngrip"
version = "0.1.1"
version = "0.1.2"
@ -1,6 +1,6 @@
[package]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -102,7 +102,7 @@ fn rip_png(path: &Path, destination: &Path) {
fn main() {
let args: Vec<String> = std::env::args().collect();
if args.len() < 3 {
println!("USAGE: pngrip [DESTINATION] [FILES]...");
println!("pngrip v0.1.2\nUSAGE: pngrip [DESTINATION] [FILES]...");
std::process::exit(0);
}