diff --git a/Cargo.lock b/Cargo.lock index fb110d5..cfd5c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "e57-to-las" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b904842..c3fb1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "e57-to-las" description = "Convert E57 point cloud files to LAS" -version = "0.5.0" +version = "0.6.0" readme = "README.md" license = "MIT" edition = "2021" diff --git a/README.md b/README.md index 872a94d..aac226a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To use this as a crate in your own project, add the following to your `Cargo.tom ```toml [dependencies] -e57-to-las = "0.5.0" +e57-to-las = "0.6.0" ``` You can then use it in your code as follows: