diff --git a/Cargo.toml b/Cargo.toml index f82b6f3..1d813fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-wix" description = "Build Windows installers using the WiX Toolset" -version = "0.3.1" +version = "0.3.2" authors = ["Christopher Field "] license = "MIT/Apache-2.0" repository = "https://github.com/volks73/cargo-wix"