Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jun 13, 2017
1 parent 1e33d30 commit 83902ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "1.1.0"
version = "1.1.1"
# Remember to also update in man/*.md
authors = ["nabijaczleweli <[email protected]>",
"Yann Simon <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.0-{build}
version: 1.1.1-{build}

skip_tags: false

Expand Down Expand Up @@ -28,11 +28,11 @@ build_script:
test: off

artifacts:
- path: cargo-install-update-v1.1.0.exe
- path: cargo-install-update-v1.1.1.exe

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

0 comments on commit 83902ff

Please sign in to comment.