Browse Source

Updated version number

main v0.1.1
Unbewohnte 2 years ago
parent
commit
df077d055e
  1. 2
      Cargo.toml
  2. 2
      src/main.rs

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "mandelplot"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
edition = "2021"
authors = ["Unbewohnte <me@unbewohnte.xyz>"]

2
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")

Loading…
Cancel
Save