Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Dec 15, 2017
1 parent 6f82755 commit 473dcf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["safe", "transmute", "checked"]
categories = ["rust-patterns", "memory-management"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "0.5.0"
version = "0.6.0"
authors = ["nabijaczleweli <[email protected]>",
"Eduardo Pinho <[email protected]>"]
exclude = ["*.enc"]
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.0-{build}
version: 0.6.0-{build}

skip_tags: false

Expand All @@ -25,7 +25,7 @@ test_script:
- cargo test --verbose --release

artifacts:
- path: cargo-install-update-v0.5.0.exe
- path: cargo-install-update-v0.6.0.exe

notifications:
- provider: Email
Expand Down

0 comments on commit 473dcf0

Please sign in to comment.