diff --git a/Cargo.lock b/Cargo.lock index b216974..a3c40f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3116,7 +3116,7 @@ dependencies = [ [[package]] name = "sdf-viewer" -version = "0.0.42" +version = "0.0.43" dependencies = [ "anyhow", "approx 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index fc2317e..ea085eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdf-viewer" -version = "0.0.42" +version = "0.0.43" authors = ["Yeicor "] description = "SDF Viewer" repository = "https://github.com/Yeicor/sdf-viewer"