diff --git a/Cargo.toml b/Cargo.toml index 0b51193b7a..fef87744a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["development-tools::cargo-plugins"] license = "MIT" build = "build.rs" # Remember to also update in appveyor.yml -version = "1.8.1" +version = "1.8.2" # Remember to also update in man/*.md authors = ["nabijaczleweli ", "Yann Simon ", diff --git a/appveyor.yml b/appveyor.yml index bcb2dcb7d0..b18992255f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.8.1-{build} +version: 1.8.2-{build} skip_tags: false @@ -25,17 +25,17 @@ build: off build_script: - git submodule update --init --recursive - cargo build --release - - cp target\release\cargo-install-update.exe cargo-install-update-v1.8.1.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.8.1.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v1.8.2.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.8.2.exe test: off artifacts: - - path: cargo-install-update-v1.8.1.exe + - path: cargo-install-update-v1.8.2.exe deploy: provider: GitHub - artifact: cargo-install-update-v1.8.1.exe + artifact: cargo-install-update-v1.8.2.exe auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: