From 39dde4366eadebcda2f186497af2579a5fedc42c Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Wed, 21 Sep 2016 21:05:52 +0200 Subject: [PATCH] Bump version to 0.5.2 --- Cargo.toml | 2 +- appveyor.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61ce009..f63f52f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" keywords = ["checksums", "checksum", "directory", "verification", "hash"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.5.1" +version = "0.5.2" # Remember to also update in checksums.md authors = ["nabijaczleweli ", "Zachary Dremann "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index 893b442..ef9a3c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.5.1-{build} +version: 0.5.2-{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.1.exe - - strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.1.exe + - cp target\release\checksums.exe checksums-v0.5.2.exe + - strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.2.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.1.exe + - path: checksums-v0.5.2.exe deploy: provider: GitHub - artifact: checksums-v0.5.1.exe + artifact: checksums-v0.5.2.exe auth_token: secure: zc/M0k0pSOFA3H9GhgTOFhYmOj6M88rfqwfjDhvhlzz/oa8P9JL+7XR4LmDHajJp on: