From cef9af81ae5643f27ac6e6d51a8545f979eed461 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 5 Jul 2019 00:08:38 -0400 Subject: [PATCH] Bumping version to 0.1.1 to test cargo updates --- Cargo.toml | 2 +- README.md | 2 +- src/bin.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 640a347..ee48dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icosahedron" -version = "0.1.0" +version = "0.1.1" authors = ["Tyler Hallada "] edition = "2018" exclude = [ diff --git a/README.md b/README.md index 9aaa51b..ba39bb7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To install, either run `cargo install icosahedron` or checkout the repo and run Run it with the following options: ``` -icosahedron 0.1.0 +icosahedron 0.1.1 Tyler Hallada Generates 3D icosahedra meshes diff --git a/src/bin.rs b/src/bin.rs index f2328b9..5e004f6 100644 --- a/src/bin.rs +++ b/src/bin.rs @@ -168,7 +168,7 @@ fn main() { }; let matches = clap_app!(icosahedron => - (version: "0.1.0") + (version: "0.1.1") (author: "Tyler Hallada ") (about: "Generates 3D icosahedra meshes") (@arg truncated: -t --truncated "Generate truncated icosahedra (hexspheres).")