Skip to content

Commit

Permalink
Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Nov 27, 2018
1 parent a134e06 commit 26ec6b7
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", "no-std"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "0.10.0"
version = "0.10.1"
authors = ["nabijaczleweli <[email protected]>",
"Eduardo Pinho <[email protected]>"]
exclude = ["*.enc"]
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.9.0-{build}
version: 0.10.1-{build}

skip_tags: false

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

artifacts:
- path: cargo-install-update-v0.9.0.exe
- path: cargo-install-update-v0.10.1.exe

notifications:
- provider: Email
Expand Down

0 comments on commit 26ec6b7

Please sign in to comment.