diff --git a/Cargo.lock b/Cargo.lock index 56447a1..b2eb538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "inno_updater" -version = "0.4.4" +version = "0.5.0" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 085fb5a..5ef35dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inno_updater" -version = "0.4.4" +version = "0.5.0" authors = ["Microsoft "] build = "build.rs"