Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 10, 2016
1 parent e1fa74f commit 7f6a021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
version = "0.5.1"
# Remember to also update in checksums.md
authors = ["nabijaczleweli <[email protected]>", "Zachary Dremann <[email protected]>"]
exclude = ["*.enc"]
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.0-{build}
version: 0.5.1-{build}

branches:
except:
Expand All @@ -24,20 +24,20 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\checksums.exe checksums-v0.5.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.0.exe
- cp target\release\checksums.exe checksums-v0.5.1.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.1.exe

test: off
test_script:
- cargo test --verbose --release
- target\release\checksums -cr --ignore target --ignore .git && cat checksums.hash

artifacts:
- path: checksums-v0.5.0.exe
- path: checksums-v0.5.1.exe

deploy:
provider: GitHub
artifact: checksums-v0.5.0.exe
artifact: checksums-v0.5.1.exe
auth_token:
secure: zc/M0k0pSOFA3H9GhgTOFhYmOj6M88rfqwfjDhvhlzz/oa8P9JL+7XR4LmDHajJp
on:
Expand Down

0 comments on commit 7f6a021

Please sign in to comment.