diff --git a/Cargo.toml b/Cargo.toml index 410b96f..34d2b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mandelplot" -version = "0.1.0" +version = "0.1.1" license = "MIT" edition = "2021" authors = ["Unbewohnte "] diff --git a/src/main.rs b/src/main.rs index 3c596d0..cee3124 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ fn main() { let mut palette: u8 = 0; let matches = clap::App::new("mandelplot") - .version("0.1.0") + .version("0.1.1") .author("Kasyanov Nikolay Alexeyevich (Unbewohnte)") .arg( Arg::new("max_iter")