diff --git a/Cargo.toml b/Cargo.toml index 27cbde6..8ba37b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["checksums", "checksum", "directory", "verification", "hash"] categories = ["authentication", "filesystem"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.5.3" +version = "0.5.4" # Remember to also update in checksums.md authors = ["nabijaczleweli ", "Zachary Dremann "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index 969ec61..a59b613 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.5.3-{build} +version: 0.5.4-{build} branches: except: @@ -24,8 +24,8 @@ build: off build_script: - git submodule update --init --recursive - cargo build --verbose --release - - cp target\release\checksums.exe checksums-v0.5.3.exe - - strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.3.exe + - cp target\release\checksums.exe checksums-v0.5.4.exe + - strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.4.exe test: off test_script: @@ -33,11 +33,11 @@ test_script: - target\release\checksums -cr --ignore target --ignore .git && cat checksums.hash artifacts: - - path: checksums-v0.5.3.exe + - path: checksums-v0.5.4.exe deploy: provider: GitHub - artifact: checksums-v0.5.3.exe + artifact: checksums-v0.5.4.exe auth_token: secure: zc/M0k0pSOFA3H9GhgTOFhYmOj6M88rfqwfjDhvhlzz/oa8P9JL+7XR4LmDHajJp on: