Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jan 21, 2017
1 parent 90df141 commit 9fbcc23
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 @@ -9,7 +9,7 @@ categories = ["development-tools::cargo-plugins"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml
version = "0.6.4"
version = "0.6.5"
# Remember to also update in cargo-install-update.md
authors = ["nabijaczleweli <[email protected]>",
"Yann Simon <[email protected]>",
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.6.4-{build}
version: 0.6.5-{build}

skip_tags: false

Expand All @@ -20,19 +20,19 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\cargo-install-update.exe cargo-install-update-v0.6.4.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.6.4.exe
- cp target\release\cargo-install-update.exe cargo-install-update-v0.6.5.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.6.5.exe

test: off
test_script:
- cargo test --verbose --release

artifacts:
- path: cargo-install-update-v0.6.4.exe
- path: cargo-install-update-v0.6.5.exe

deploy:
provider: GitHub
artifact: cargo-install-update-v0.6.4.exe
artifact: cargo-install-update-v0.6.5.exe
auth_token:
secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn
on:
Expand Down

0 comments on commit 9fbcc23

Please sign in to comment.