Bumping version to 0.1.1 to test cargo updates
This commit is contained in:
parent
9eb5342fbc
commit
cef9af81ae
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "icosahedron"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Tyler Hallada <tyler@hallada.net>"]
|
||||
edition = "2018"
|
||||
exclude = [
|
||||
|
@ -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 <tyler@hallada.net>
|
||||
Generates 3D icosahedra meshes
|
||||
|
||||
|
@ -168,7 +168,7 @@ fn main() {
|
||||
};
|
||||
|
||||
let matches = clap_app!(icosahedron =>
|
||||
(version: "0.1.0")
|
||||
(version: "0.1.1")
|
||||
(author: "Tyler Hallada <tyler@hallada.net>")
|
||||
(about: "Generates 3D icosahedra meshes")
|
||||
(@arg truncated: -t --truncated "Generate truncated icosahedra (hexspheres).")
|
||||
|
Loading…
Reference in New Issue
Block a user