From 4325624ea6202ba0ea2684292bb35708127055bc Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Sun, 25 Mar 2018 07:12:12 +0200 Subject: [PATCH] Bump version to 1.5.1 --- Cargo.toml | 2 +- appveyor.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58bea152ed..d8ba842769 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.5.0" +version = "1.5.1" # Remember to also update in man/*.md authors = ["nabijaczleweli ", "Yann Simon ", diff --git a/appveyor.yml b/appveyor.yml index 49d63d23a5..f57b23f663 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.5.0-{build} +version: 1.5.1-{build} skip_tags: false @@ -23,17 +23,17 @@ build: off build_script: - git submodule update --init --recursive - cargo build --release - - cp target\release\cargo-install-update.exe cargo-install-update-v1.5.0.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.5.0.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v1.5.1.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.5.1.exe test: off artifacts: - - path: cargo-install-update-v1.5.0.exe + - path: cargo-install-update-v1.5.1.exe deploy: provider: GitHub - artifact: cargo-install-update-v1.5.0.exe + artifact: cargo-install-update-v1.5.1.exe auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: