Bumping version to 0.1.1 to test cargo updates
This commit is contained in:
parent
9eb5342fbc
commit
cef9af81ae
@ -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 = [
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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).")
|
||||||
|
Loading…
Reference in New Issue
Block a user