Bumping version to 0.1.1 to test cargo updates

This commit is contained in:
Tyler Hallada 2019-07-05 00:08:38 -04:00
parent 9eb5342fbc
commit cef9af81ae
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "icosahedron" name = "icosahedron"
version = "0.1.0" version = "0.1.1"
authors = ["Tyler Hallada <tyler@hallada.net>"] authors = ["Tyler Hallada <tyler@hallada.net>"]
edition = "2018" edition = "2018"
exclude = [ exclude = [

View File

@ -49,7 +49,7 @@ To install, either run `cargo install icosahedron` or checkout the repo and run
Run it with the following options: Run it with the following options:
``` ```
icosahedron 0.1.0 icosahedron 0.1.1
Tyler Hallada <tyler@hallada.net> Tyler Hallada <tyler@hallada.net>
Generates 3D icosahedra meshes Generates 3D icosahedra meshes

View File

@ -168,7 +168,7 @@ fn main() {
}; };
let matches = clap_app!(icosahedron => let matches = clap_app!(icosahedron =>
(version: "0.1.0") (version: "0.1.1")
(author: "Tyler Hallada <tyler@hallada.net>") (author: "Tyler Hallada <tyler@hallada.net>")
(about: "Generates 3D icosahedra meshes") (about: "Generates 3D icosahedra meshes")
(@arg truncated: -t --truncated "Generate truncated icosahedra (hexspheres).") (@arg truncated: -t --truncated "Generate truncated icosahedra (hexspheres).")